mbed library sources

Fork of mbed-src by mbed official

Revision:
422:e47af1a0fffe
Parent:
212:34d62c0b2af6
--- a/common/SerialBase.cpp	Thu Nov 27 14:00:07 2014 +0000
+++ b/common/SerialBase.cpp	Wed Nov 23 12:04:26 2016 +0000
@@ -79,7 +79,7 @@
   wait_us(18000000/_baud);
   serial_break_clear(&_serial);
 }
-
+/*
 #if DEVICE_SERIAL_FC
 void SerialBase::set_flow_control(Flow type, PinName flow1, PinName flow2) {
     FlowControl flow_type = (FlowControl)type;
@@ -102,6 +102,7 @@
     }
 }
 #endif
+*/
 
 } // namespace mbed