Skip to content

Commit

Permalink
Fix using stdio_usb and other interrupts from encrypted binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
will-v-pi committed Dec 17, 2024
1 parent b6ac07f commit 5b8fb2b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bootloaders/encrypted/hello_serial.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@

#include <stdio.h>
#include "pico/stdlib.h"
#include "hardware/sync.h"

int main() {
restore_interrupts_from_disabled(0);
stdio_init_all();
while (true) {
printf("Hello, world!\n");
Expand Down

0 comments on commit 5b8fb2b

Please sign in to comment.