mirror of
https://github.com/nodemcu/nodemcu-firmware.git
synced 2025-01-16 20:52:57 +08:00
Removed left-over UART debug echo.
This commit is contained in:
parent
4fead4a4be
commit
d83437d1ba
@ -125,7 +125,6 @@ static void uart0_rx_intr_handler (void *arg)
|
||||
char c = UART_GET_RXFIFO_RD_BYTE(CONSOLE_UART);
|
||||
if (uart0Q)
|
||||
xQueueSendToBackFromISR (uart0Q, &c, NULL);
|
||||
uart_tx_one_char (c);
|
||||
}
|
||||
WRITE_PERI_REG(UART_INT_CLR_REG(CONSOLE_UART),
|
||||
UART_RXFIFO_TOUT_INT_ENA | UART_RXFIFO_FULL_INT_ENA);
|
||||
|
Loading…
x
Reference in New Issue
Block a user