mbed library sources

Dependents:   RPC_Serial_V_mac

Revision:
422:f9edfcefc276
Parent:
213:cc557cb04877
--- a/api/SerialBase.h	Thu Nov 27 14:00:07 2014 +0000
+++ b/api/SerialBase.h	Wed Nov 23 11:08:46 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);