We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 443a404 commit 51e2905Copy full SHA for 51e2905
cores/arduino/Serial.cpp
@@ -89,6 +89,8 @@ UART::UART(int _pin_tx, int _pin_rx, int _pin_rts, int _pin_cts):
89
rx_pin(_pin_rx),
90
rts_pin(_pin_rts),
91
cts_pin(_pin_cts),
92
+ tx_empty(true),
93
+ tx_complete(true),
94
init_ok(false) {
95
/* -------------------------------------------------------------------------- */
96
uart_cfg.txi_irq = FSP_INVALID_VECTOR;
0 commit comments