We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
enable_interrupts
1 parent b4b5c3e commit f5a32edCopy full SHA for f5a32ed
encrypted/hello_encrypted/hello_encrypted.c
@@ -11,7 +11,7 @@
11
#include "hardware/sync.h"
12
13
int main() {
14
- restore_interrupts_from_disabled(0);
+ enable_interrupts();
15
stdio_init_all();
16
17
#if PICO_CRT0_IMAGE_TYPE_TBYB
0 commit comments