Merge pull request #9799 from eightycc/bootloop
Fix serial REPL bootloop for raspberrypi pico boards
This commit is contained in:
commit
6d32c56467
1 changed files with 0 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue