Call correct method

pull/10924/head
Sebastian Stockhammer 2019-10-23 08:35:02 +02:00
parent e72468c037
commit a3107062d9
1 changed files with 1 additions and 1 deletions

View File

@ -376,7 +376,7 @@ int UARTSerial::enable_input(bool enabled)
int UARTSerial::enable_output(bool enabled)
{
api_lock();
SerialBase::enable_input(enabled);
SerialBase::enable_output(enabled);
api_unlock();
return 0;