Skip to content

Commit 0932b64

Browse files
authored
Correct for SAMD51 build
1 parent 1b3cb17 commit 0932b64

File tree

1 file changed

+1
-1
lines changed
  • ports/atmel-samd/supervisor

1 file changed

+1
-1
lines changed

ports/atmel-samd/supervisor/port.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,11 +93,11 @@
9393
#endif
9494
volatile bool hold_interrupt = false;
9595
#ifdef SAMD21
96-
9796
void rtc_start_pulsein(void) {
9897
rtc_set_continuous();
9998
hold_interrupt = true;
10099
}
100+
101101
void rtc_end_pulsein(void) {
102102
hold_interrupt = false;
103103
}

0 commit comments

Comments
 (0)