mbed library sources

Fork of mbed-src by mbed official

Revision:
422:e47af1a0fffe
Parent:
213:cc557cb04877
--- a/api/SerialBase.h	Thu Nov 27 14:00:07 2014 +0000
+++ b/api/SerialBase.h	Wed Nov 23 12:04:26 2016 +0000
@@ -114,7 +114,7 @@
      *  @param flow1 the first flow control pin (RTS for RTS or RTSCTS, CTS for CTS)
      *  @param flow2 the second flow control pin (CTS for RTSCTS)
      */
-    void set_flow_control(Flow type, PinName flow1=NC, PinName flow2=NC);
+   // void set_flow_control(Flow type, PinName flow1=NC, PinName flow2=NC);
 #endif
 
     static void _irq_handler(uint32_t id, SerialIrq irq_type);