diff options
| author | Scott Shawcroft <scott@tannewt.org> | 2020-05-20 10:48:27 -0700 |
|---|---|---|
| committer | Scott Shawcroft <scott@tannewt.org> | 2020-05-20 10:48:27 -0700 |
| commit | ba724fffb4e67dc37159c1371352e42e0bab7b4a (patch) | |
| tree | 502847224bc9ef6e292e3d5529e8fda30918a935 /main.c | |
| parent | fd0420d43209a533f4896adae36952d9a11dc49c (diff) | |
| parent | 916ca9f8a635d20c299326a955d4ca51dae055e1 (diff) | |
Merge remote-tracking branch 'adafruit/master' into esp32s2_digitalio
Diffstat (limited to 'main.c')
| -rwxr-xr-x | main.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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(); |
