mirror of
https://github.com/esp8266/Arduino.git
synced 2025-04-27 21:16:50 +03:00
HardwareSerial: one more duplicate test missing the call (#4547)
This commit is contained in:
parent
f8f205d54a
commit
479f1b3fed
@ -168,7 +168,7 @@ public:
|
|||||||
}
|
}
|
||||||
bool isRxEnabled(void)
|
bool isRxEnabled(void)
|
||||||
{
|
{
|
||||||
return _uart && uart_rx_enabled(_uart);
|
return uart_rx_enabled(_uart);
|
||||||
}
|
}
|
||||||
int baudRate(void)
|
int baudRate(void)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user