1
0
mirror of https://github.com/DCC-EX/CommandStation-EX.git synced 2024-11-22 23:56:13 +01:00

remove stupid comment

This commit is contained in:
Harald Barth 2024-05-11 07:43:24 +02:00
parent 6689a1d35f
commit 66791b19f5

View File

@ -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
}