diff --git a/drivers/Serial.h b/drivers/Serial.h index 5d81420b25..0056a84eea 100644 --- a/drivers/Serial.h +++ b/drivers/Serial.h @@ -61,6 +61,12 @@ public: using SerialBase::write; #endif + /** Resolve ambiguities in SerialBase and FileHandle + * (for enable_input and enable_output) + */ + using SerialBase::enable_input; + using SerialBase::enable_output; + /** Create a Serial port, connected to the specified transmit and receive pins * * @param tx Transmit pin