mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-23 19:21:59 +03:00
fix uart triggering wdt on recalling begin (#2307)
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user