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-STM32F030F4 by
Diff: api/SerialBase.h
- Revision:
- 11:79a2d67cd509
- Parent:
- 0:38ccae254a29
--- a/api/SerialBase.h Fri Sep 02 19:44:28 2016 +0000 +++ b/api/SerialBase.h Tue Feb 14 21:52:10 2017 +0000 @@ -16,6 +16,10 @@ #ifndef MBED_SERIALBASE_H #define MBED_SERIALBASE_H +// for 030F4 flow control not implemented (N.S.) +#undef DEVICE_SERIAL_FC + + #include "platform.h" #if DEVICE_SERIAL
