Skip to content

Commit 28e6f33

Browse files
committedFeb 22, 2016
not keep freed pointer of uart handler
1 parent c33535c commit 28e6f33

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎cores/esp8266/HardwareSerial.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ void HardwareSerial::end()
5656
}
5757

5858
uart_uninit(_uart);
59+
_uart = NULL;
5960
}
6061

6162
void HardwareSerial::swap(uint8_t tx_pin)

0 commit comments

Comments
 (0)