Skip to content

Commit f35ad4e

Browse files
authored
Update Serial.cpp
Removed old comment
1 parent 96a369f commit f35ad4e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

cores/arduino/Serial.cpp

-2
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,6 @@ void UART::WrapperCallback(uart_callback_args_t *p_args) {
6565
}
6666
case UART_EVENT_TX_DATA_EMPTY: // This is called when the buffer is empty
6767
{
68-
//uint8_t to_enqueue = uart_ptr->txBuffer.available() < uart_ptr->uart_ctrl.fifo_depth ? uart_ptr->txBuffer.available() : uart_ptr->uart_ctrl.fifo_depth;
69-
//while (to_enqueue) {
7068
uart_ptr->tx_empty = true;
7169
break;
7270
}

0 commit comments

Comments
 (0)