1
0
mirror of https://github.com/DCC-EX/CommandStation-EX.git synced 2024-11-24 08:36:14 +01:00

commit, but i think board is bricked

This commit is contained in:
travis-farmer 2023-10-21 05:38:13 -04:00
parent 7259924466
commit 706076e4f1

View File

@ -31,7 +31,6 @@
#if defined(ARDUINO_GIGA)
#include "DCCTimer.h"
#include "DIAG.h"
///////////////////////////////////////////////////////////////////////////////////////////////
@ -248,7 +247,10 @@ int DCCTimer::freeMemory() {
}
void DCCTimer::reset() {
// do nothing for now
//Watchdog &watchdog = Watchdog::get_instance();
//Watchdog::stop();
//Watchdog::start(500);
while(true) {};
}
int16_t ADCee::ADCmax()