summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rwxr-xr-xmain.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/main.c b/main.c
index c05157e86..bb5a7e5ce 100755
--- a/main.c
+++ b/main.c
@@ -436,6 +436,9 @@ int __attribute__((used)) main(void) {
// displays init after filesystem, since they could share the flash SPI
board_init();
+ // Start the debug serial
+ serial_early_init();
+
// Reset everything and prep MicroPython to run boot.py.
reset_port();
reset_board();