Skip to content

Commit

Permalink
Merge pull request adafruit#9799 from eightycc/bootloop
Browse files Browse the repository at this point in the history
Fix serial REPL bootloop for raspberrypi pico boards
  • Loading branch information
dhalbert authored Nov 8, 2024
2 parents d7a7221 + 6259419 commit 6d32c56
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ports/raspberrypi/supervisor/port.c
Original file line number Diff line number Diff line change
Expand Up @@ -326,8 +326,6 @@ safe_mode_t port_init(void) {
// Reset everything into a known state before board_init.
reset_port();

serial_early_init();

#ifdef CIRCUITPY_PSRAM_CHIP_SELECT
setup_psram();
#endif
Expand Down

0 comments on commit 6d32c56

Please sign in to comment.