Skip to content

Commit

Permalink
Merge pull request #10043 from eightycc/pull-10026
Browse files Browse the repository at this point in the history
Fix CIRCUITPY_PORT_SERIAL guard in serial_early_init.
  • Loading branch information
dhalbert authored Feb 8, 2025
2 parents 95179be + c7f28ad commit e19ff43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion supervisor/shared/serial.c
Original file line number Diff line number Diff line change
Expand Up @@ -198,12 +198,12 @@ void serial_early_init(void) {

#if CIRCUITPY_PORT_SERIAL
port_serial_early_init();
#endif

_serial_console_early_inited = true;

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

void serial_init(void) {
Expand Down

0 comments on commit e19ff43

Please sign in to comment.