summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorScott Shawcroft <scott@tannewt.org>2020-05-20 10:48:27 -0700
committerScott Shawcroft <scott@tannewt.org>2020-05-20 10:48:27 -0700
commitba724fffb4e67dc37159c1371352e42e0bab7b4a (patch)
tree502847224bc9ef6e292e3d5529e8fda30918a935 /main.c
parentfd0420d43209a533f4896adae36952d9a11dc49c (diff)
parent916ca9f8a635d20c299326a955d4ca51dae055e1 (diff)
Merge remote-tracking branch 'adafruit/master' into esp32s2_digitalio
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();