mirror of
https://github.com/DCC-EX/CommandStation-EX.git
synced 2024-11-24 16:46:13 +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() {
|
int DCCTimer::freeMemory() {
|
||||||
char top;
|
char top;
|
||||||
return (int)(1024);
|
return (int)(1024000);
|
||||||
}
|
}
|
||||||
|
|
||||||
void DCCTimer::reset() {
|
void DCCTimer::reset() {
|
||||||
//Watchdog &watchdog = Watchdog::get_instance();
|
//Watchdog &watchdog = Watchdog::get_instance();
|
||||||
//Watchdog::stop();
|
//Watchdog::stop();
|
||||||
//Watchdog::start(500);
|
//Watchdog::start(500);
|
||||||
while(true) {};
|
|
||||||
|
//while(true) {};
|
||||||
}
|
}
|
||||||
|
|
||||||
int16_t ADCee::ADCmax()
|
int16_t ADCee::ADCmax()
|
||||||
|
|
Loading…
Reference in New Issue
Block a user