mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-12 01:53:07 +03:00
HardwareSerial: one more duplicate test missing the call (#4547)
This commit is contained in:
@ -168,7 +168,7 @@ public:
|
||||
}
|
||||
bool isRxEnabled(void)
|
||||
{
|
||||
return _uart && uart_rx_enabled(_uart);
|
||||
return uart_rx_enabled(_uart);
|
||||
}
|
||||
int baudRate(void)
|
||||
{
|
||||
|
Reference in New Issue
Block a user