We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 715e306 commit c77faa4Copy full SHA for c77faa4
cores/arduino/Serial.h
@@ -78,7 +78,8 @@ class UART : public arduino::HardwareSerial {
78
arduino::SafeRingBufferN<SERIAL_BUFFER_SIZE> rxBuffer;
79
arduino::SafeRingBufferN<SERIAL_BUFFER_SIZE> txBuffer;
80
81
- volatile bool tx_done;
+ volatile bool tx_empty;
82
+ volatile bool tx_complete;
83
84
sci_uart_instance_ctrl_t uart_ctrl;
85
uart_cfg_t uart_cfg;
0 commit comments