mirror of https://github.com/ARMmbed/mbed-os.git
Fixed Serial ambiguity for enable_input and output
parent
f77f4ea911
commit
eee46665d2
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue