Skip to content

Commit

Permalink
Update wiring.c
Browse files Browse the repository at this point in the history
  • Loading branch information
SpenceKonde committed Aug 9, 2023
1 parent dbbe0fc commit 98a2368
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion megaavr/cores/dxcore/wiring.c
Original file line number Diff line number Diff line change
Expand Up @@ -1529,7 +1529,7 @@ void init() {
}

static uint8_t _millis_state = NOT_A_TIMER;
void _stop_millis() { // Disable the interrupt:
void stop_millis() { // Disable the interrupt:
#if defined(MILLIS_USE_TIMERNONE)
badCall("stop_millis() is only valid with millis time keeping enabled.");
#else
Expand Down

0 comments on commit 98a2368

Please sign in to comment.