From eee46665d2e5052f8f00e97d9e7606c1400e6731 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Przemys=C5=82aw=20G=C4=85sior?= Date: Mon, 16 Dec 2019 15:01:28 +0100 Subject: [PATCH] Fixed Serial ambiguity for enable_input and output --- drivers/Serial.h | 6 ++++++ 1 file changed, 6 insertions(+) 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