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.
Fork of mbed-dev by
Diff: drivers/UARTSerial.cpp
- Revision:
- 170:19eb464bc2be
- Parent:
- 168:9672193075cf
- Child:
- 176:447f873cad2f
--- a/drivers/UARTSerial.cpp Wed Jul 19 17:31:21 2017 +0100 +++ b/drivers/UARTSerial.cpp Thu Aug 03 13:13:39 2017 +0100 @@ -43,6 +43,11 @@ wake(); } +void UARTSerial::set_baud(int baud) +{ + SerialBase::baud(baud); +} + void UARTSerial::set_data_carrier_detect(PinName dcd_pin, bool active_high) { delete _dcd_irq;