Skip to content

Commit 1b3cb17

Browse files
authored
Corrected file for SAMD51 build
1 parent ab4a453 commit 1b3cb17

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
@@ -91,8 +91,8 @@
9191
#if CIRCUITPY_PEW
9292
#include "common-hal/_pew/PewPew.h"
9393
#endif
94-
#ifdef SAMD21
9594
volatile bool hold_interrupt = false;
95+
#ifdef SAMD21
9696

9797
void rtc_start_pulsein(void) {
9898
rtc_set_continuous();

0 commit comments

Comments
 (0)