8000 Merge pull request #9799 from eightycc/bootloop · sparkfun/circuitpython@6d32c56 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6d32c56

Browse files
authored
Merge pull request adafruit#9799 from eightycc/bootloop
Fix serial REPL bootloop for raspberrypi pico boards
2 parents d7a7221 + 6259419 commit 6d32c56

File tree

1 file changed

+0
-2
lines changed
  • ports/raspberrypi/supervisor

1 file changed

+0
-2
lines changed

ports/raspberrypi/supervisor/port.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -326,8 +326,6 @@ safe_mode_t port_init(void) {
326326
// Reset everything into a known state before board_init.
327327
reset_port();
328328

329-
serial_early_init();
330-
331329
#ifdef CIRCUITPY_PSRAM_CHIP_SELECT
332330
setup_psram();
333331
#endif

0 commit comments

Comments
 (0)
0