diff --git a/DCCTimerAVR.cpp b/DCCTimerAVR.cpp index cb9e685..2806b07 100644 --- a/DCCTimerAVR.cpp +++ b/DCCTimerAVR.cpp @@ -186,7 +186,7 @@ int DCCTimer::freeMemory() { void DCCTimer::reset() { wdt_enable( WDTO_15MS); // set Arduino watchdog timer for 15ms - delay(50); // wait for the prescaller time to expire + delay(50); // wait for it to happen }