Skip to content

Commit d7f9ff1

Browse files
committed
oops
1 parent 25cd565 commit d7f9ff1

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

megaavr/cores/megatinycore/wiring_micros_ISR.h

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -822,6 +822,8 @@ __attribute__ ((noinline)) void _delayMicroseconds(unsigned int us) {
822822

823823

824824
// Now for the ISRs. This gets a little bit more interesting now...
825+
826+
#if !defined(MILLIS_USE_TIMERNONE)
825827
#if defined (MILLIS_USE_TIMERRTC)
826828
ISR(MILLIS_TIMER_VECTOR) {
827829
if (RTC.INTFLAGS & RTC_OVF_bm) {
@@ -1020,11 +1022,4 @@ __attribute__ ((noinline)) void _delayMicroseconds(unsigned int us) {
10201022

10211023
}
10221024
#endif /* defined (MILLIS_USE_TIMERRTC)*/
1023-
1024-
1025-
1026-
1027-
1028-
1029-
1030-
1025+
#endif

0 commit comments

Comments
 (0)