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:
- 176:447f873cad2f
- Parent:
- 175:af195413fb11
- Child:
- 178:79309dc6340a
diff -r af195413fb11 -r 447f873cad2f drivers/UARTSerial.h --- a/drivers/UARTSerial.h Wed Oct 11 12:45:49 2017 +0100 +++ b/drivers/UARTSerial.h Wed Oct 25 14:53:38 2017 +0100 @@ -166,6 +166,8 @@ private: + void wait_ms(uint32_t millisec); + /** SerialBase lock override */ virtual void lock(void);