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.
1 parent 95179be commit c7f28adCopy full SHA for c7f28ad
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