Fixed Serial ambiguity for enable_input and output

pull/12118/head
Przemysław Gąsior 2019-12-16 15:01:28 +01:00
parent f77f4ea911
commit eee46665d2
1 changed files with 6 additions and 0 deletions

View File

@ -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