diff --git a/cores/esp8266/uart.c b/cores/esp8266/uart.c index 9f0f0eb1be..104a61570b 100644 --- a/cores/esp8266/uart.c +++ b/cores/esp8266/uart.c @@ -371,7 +371,7 @@ void uart_uninit(uart_t* uart) if(uart->rx_enabled){ free(uart->rx_buffer->buffer); free(uart->rx_buffer); - //uart_stop_isr(uart); + uart_stop_isr(uart); } free(uart); }