mirror of https://github.com/ARMmbed/mbed-os.git
Call correct method
parent
e72468c037
commit
a3107062d9
|
@ -376,7 +376,7 @@ int UARTSerial::enable_input(bool enabled)
|
||||||
int UARTSerial::enable_output(bool enabled)
|
int UARTSerial::enable_output(bool enabled)
|
||||||
{
|
{
|
||||||
api_lock();
|
api_lock();
|
||||||
SerialBase::enable_input(enabled);
|
SerialBase::enable_output(enabled);
|
||||||
api_unlock();
|
api_unlock();
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
|
|
Loading…
Reference in New Issue