Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: STM32L452_Nucleo_ticker
Fork of mbed-dev by
Diff: drivers/UARTSerial.h
- Revision:
- 175:af195413fb11
- Parent:
- 170:19eb464bc2be
- Child:
- 176:447f873cad2f
--- a/drivers/UARTSerial.h Mon Oct 02 15:33:19 2017 +0100 +++ b/drivers/UARTSerial.h Wed Oct 11 12:45:49 2017 +0100 @@ -56,6 +56,12 @@ */ virtual short poll(short events) const; + /* Resolve ambiguities versus our private SerialBase + * (for writable, spelling differs, but just in case) + */ + using FileHandle::readable; + using FileHandle::writable; + /** Write the contents of a buffer to a file * * @param buffer The buffer to write from