1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-04-25 20:02:37 +03:00

HardwareSerial: one more duplicate test missing the call (#4547)

This commit is contained in:
david gauchard 2018-03-22 02:26:34 +01:00 committed by Develo
parent f8f205d54a
commit 479f1b3fed

View File

@ -168,7 +168,7 @@ public:
}
bool isRxEnabled(void)
{
return _uart && uart_rx_enabled(_uart);
return uart_rx_enabled(_uart);
}
int baudRate(void)
{