8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 95179be + c7f28ad commit e19ff43Copy full SHA for e19ff43
supervisor/shared/serial.c
@@ -198,12 +198,12 @@ void serial_early_init(void) {
198
199
#if CIRCUITPY_PORT_SERIAL
200
port_serial_early_init();
201
+ #endif
202
203
_serial_console_early_inited = true;
204
205
// Do an initial print so that we can confirm the serial output is working.
206
CIRCUITPY_CONSOLE_UART_PRINTF("Serial console setup\n");
- #endif
207
}
208
209
void serial_init(void) {
0 commit comments