A library for talking to Multi-Tech's Cellular SocketModem Devices.

Dependents:   M2X_dev axeda_wrapper_dev MTS_M2x_Example1 MTS_Cellular_Connect_Example ... more

Revision:
51:d22d3d87391f
Parent:
46:b30547bf07d5
Child:
77:d7b14688a704
--- a/io/MTSSerialFlowControl.h	Thu Dec 19 22:24:59 2013 +0000
+++ b/io/MTSSerialFlowControl.h	Thu Dec 19 23:48:59 2013 +0000
@@ -51,7 +51,7 @@
     * SerialBase::Forced1, SerialBase::Forced0; default = SerialBase::None)
     * @param stop the number of stop bits (1 or 2; default = 1)
     */
-    void format(int bits=8, SerialBase::Parity parity=SerialBase::None, int stop_bits=1);
+    void format(int bits=8, SerialBase::Parity parity=mbed::SerialBase::None, int stop_bits=1);
 
 private:
     InterruptIn* rts; // Used to monitor the RTS line