Simple detection for LE910-NA1 modules

Fork of MTS-Cellular by MultiTech

Revision:
2:10e72dce251d
Parent:
1:f155d94d6f3a
Child:
3:04046eebaef5
--- a/Cellular/Cellular.h	Mon May 19 12:34:32 2014 -0500
+++ b/Cellular/Cellular.h	Mon May 19 14:40:54 2014 -0500
@@ -4,9 +4,10 @@
 #include <string>
 #include <vector>
 
+#include "mbed.h"
 #include "IPStack.h"
 #include "MTSBufferedIO.h"
-#include "mbed.h"
+#include "CellUtils.h"
 
 namespace mts
 {
@@ -312,4 +313,4 @@
 
 }
 
-#endif /* CELLULAR_H */
\ No newline at end of file
+#endif /* CELLULAR_H */