Skip to content

Commit be20a95

Browse files
committed
fix disagreement in punctuatin
1 parent 45e4eb2 commit be20a95

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

megaavr/cores/megatinycore/Arduino.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ void initVariant();
314314
void takeOverTCA0();
315315
void takeOverTCD0();
316316

317-
uint8_t getCurrentMillisTimer();
317+
uint8_t _getCurrentMillisTimer();
318318

319319

320320

megaavr/cores/megatinycore/wiring.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1372,7 +1372,7 @@ void restart_millis()
13721372
}
13731373

13741374

1375-
uint8_t getCurrentMillisTimer() {
1375+
uint8_t _getCurrentMillisTimer() {
13761376
#if defined(MILLIS_USE_TIMERNONE)
13771377
return NOT_ON_TIMER;
13781378
#elif !defined(MILLIS_TIMER)

0 commit comments

Comments
 (0)