mirror of
https://github.com/DCC-EX/CommandStation-EX.git
synced 2024-11-24 08:36:14 +01:00
compiles, crashes with JMRI
This commit is contained in:
parent
706076e4f1
commit
be0471679d
|
@ -243,14 +243,15 @@ int DCCTimer::getMinimumFreeMemory() {
|
|||
|
||||
int DCCTimer::freeMemory() {
|
||||
char top;
|
||||
return (int)(1024);
|
||||
return (int)(1024000);
|
||||
}
|
||||
|
||||
void DCCTimer::reset() {
|
||||
//Watchdog &watchdog = Watchdog::get_instance();
|
||||
//Watchdog::stop();
|
||||
//Watchdog::start(500);
|
||||
while(true) {};
|
||||
|
||||
//while(true) {};
|
||||
}
|
||||
|
||||
int16_t ADCee::ADCmax()
|
||||
|
|
Loading…
Reference in New Issue
Block a user