Skip to content

Commit e19ff43

Browse files
authored
Merge pull request #10043 from eightycc/pull-10026
Fix CIRCUITPY_PORT_SERIAL guard in serial_early_init.
2 parents 95179be + c7f28ad commit e19ff43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: supervisor/shared/serial.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -198,12 +198,12 @@ void serial_early_init(void) {
198198

199199
#if CIRCUITPY_PORT_SERIAL
200200
port_serial_early_init();
201+
#endif
201202

202203
_serial_console_early_inited = true;
203204

204205
// Do an initial print so that we can confirm the serial output is working.
205206
CIRCUITPY_CONSOLE_UART_PRINTF("Serial console setup\n");
206-
#endif
207207
}
208208

209209
void serial_init(void) {

0 commit comments

Comments
 (0)