Skip to content

Commit

Permalink
cleanup: remove AnalogInputs::tmp_time_
Browse files Browse the repository at this point in the history
  • Loading branch information
stawel committed Jan 23, 2016
1 parent 60fc66f commit dc28641
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 10 deletions.
2 changes: 0 additions & 2 deletions src/core/AnalogInputs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,6 @@ namespace AnalogInputs {
uint16_t stableCount_[ALL_INPUTS];

uint16_t calculationCount_;
uint32_t tmp_time_;
uint32_t tmp_time_last_;

uint16_t i_deltaAvrCount_;
uint32_t i_deltaAvrSumVoutPlus_;
Expand Down
3 changes: 0 additions & 3 deletions src/core/AnalogInputs.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@

namespace AnalogInputs {

extern uint32_t tmp_time_;
extern uint32_t tmp_time_last_;

struct CalibrationPoint {
ValueType x;
ValueType y;
Expand Down
5 changes: 0 additions & 5 deletions src/core/menus/Menu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,4 @@ void Menu::display() {

void Menu::debug()
{
/* lcdSetCursor0_0();
lcdPrintUInt(AnalogInputs::tmp_time_);
lcdPrintChar(' ');
Utils::delayMicroseconds(50000);
*/
}

0 comments on commit dc28641

Please sign in to comment.