mirror of
https://github.com/DCC-EX/CommandStation-EX.git
synced 2024-11-24 16:46:13 +01:00
commit, but i think board is bricked
This commit is contained in:
parent
7259924466
commit
706076e4f1
|
@ -31,7 +31,6 @@
|
||||||
#if defined(ARDUINO_GIGA)
|
#if defined(ARDUINO_GIGA)
|
||||||
|
|
||||||
#include "DCCTimer.h"
|
#include "DCCTimer.h"
|
||||||
|
|
||||||
#include "DIAG.h"
|
#include "DIAG.h"
|
||||||
|
|
||||||
///////////////////////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////////////////////
|
||||||
|
@ -248,7 +247,10 @@ int DCCTimer::freeMemory() {
|
||||||
}
|
}
|
||||||
|
|
||||||
void DCCTimer::reset() {
|
void DCCTimer::reset() {
|
||||||
// do nothing for now
|
//Watchdog &watchdog = Watchdog::get_instance();
|
||||||
|
//Watchdog::stop();
|
||||||
|
//Watchdog::start(500);
|
||||||
|
while(true) {};
|
||||||
}
|
}
|
||||||
|
|
||||||
int16_t ADCee::ADCmax()
|
int16_t ADCee::ADCmax()
|
||||||
|
|
Loading…
Reference in New Issue
Block a user