Skip to content

Commit

Permalink
remove stupid comment
Browse files Browse the repository at this point in the history
  • Loading branch information
habazut committed May 11, 2024
1 parent 6689a1d commit 66791b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DCCTimerAVR.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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

}

Expand Down

0 comments on commit 66791b1

Please sign in to comment.