Skip to content

Commit 6259419

Browse files
committed
Fix raspberrypi bootloop when using serial REPL by removing
extra call to serial_early_init.
1 parent ddfa519 commit 6259419

File tree

1 file changed

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

1 file changed

+0
-2
lines changed

ports/raspberrypi/supervisor/port.c

-2
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)