mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-23 19:21:59 +03:00
not keep freed pointer of uart handler
This commit is contained in:
@ -56,6 +56,7 @@ void HardwareSerial::end()
|
||||
}
|
||||
|
||||
uart_uninit(_uart);
|
||||
_uart = NULL;
|
||||
}
|
||||
|
||||
void HardwareSerial::swap(uint8_t tx_pin)
|
||||
|
Reference in New Issue
Block a user