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.
Dependencies: target-freescale
Fork of mbed-hal by
Diff: api/SerialBase.h
- Revision:
- 16:086d28575041
- Parent:
- 13:d6551a5dcbbf
--- a/api/SerialBase.h Fri Apr 01 01:16:52 2016 -0500 +++ b/api/SerialBase.h Fri Apr 01 01:22:54 2016 -0500 @@ -210,9 +210,9 @@ DMAUsage _rx_usage; #endif - serial_t _serial; + serial_t _serial; FunctionPointer _irq[2]; - int _baud; + int _baud; };