dev01 Brautlecht / mbed-STM32F030F4

Dependents:   STM32F031_Blink_Aug17

Fork of mbed-STM32F030F4 by Nothing Special

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