We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ceb2efc commit 1a0c10cCopy full SHA for 1a0c10c
1 file changed
supervisor/shared/serial.c
@@ -55,7 +55,7 @@ void serial_early_init(void) {
55
const mcu_pin_obj_t* tx = MP_OBJ_TO_PTR(DEBUG_UART_TX);
56
57
common_hal_busio_uart_construct(&debug_uart, tx, rx, NULL, NULL, NULL,
58
- false, 115200, 8, PARITY_NONE, 1, 1.0f, 64,
+ false, 115200, 8, UART_PARITY_NONE, 1, 1.0f, 64,
59
buf_array, true);
60
common_hal_busio_uart_never_reset(&debug_uart);
61
#endif
0 commit comments