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:
84:77c5ab16534d
Parent:
67:1003b410f781
Child:
85:b17ad6781c5b
--- a/io/MTSSerial.cpp	Thu Dec 26 23:32:02 2013 +0000
+++ b/io/MTSSerial.cpp	Fri Dec 27 15:51:19 2013 +0000
@@ -1,6 +1,3 @@
-#ifndef MTSSERIAL_CPP
-#define MTSSERIAL_CPP
-
 #include "MTSSerial.h"
 
 using namespace mts;
@@ -65,5 +62,4 @@
         serial->putc(txBuffer->read());
     }
 }
-*/
-#endif /* MTSSERIAL_CPP */
\ No newline at end of file
+*/
\ No newline at end of file