Skip to content

Commit 805e007

Browse files
committed
Use new enable_interrupts function
1 parent 2b64157 commit 805e007

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

encrypted/hello_encrypted/hello_encrypted.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
#include "hardware/sync.h"
1212

1313
int main() {
14-
restore_interrupts_from_disabled(0);
14+
enable_interrupts();
1515
stdio_init_all();
1616

1717
#if PICO_CRT0_IMAGE_TYPE_TBYB

0 commit comments

Comments
 (0)