Cellular library for MTS Socket Modem Arduino Shield devices from Multi-Tech Systems

Dependents:   mtsas mtsas mtsas mtsas

Revision:
21:916ef2da10f1
Parent:
20:7cc2f55fb16b
Child:
24:32d29cdfc1fa
--- a/Test/TestSMS.h	Tue Jun 17 21:58:46 2014 +0000
+++ b/Test/TestSMS.h	Tue Jun 17 22:02:22 2014 +0000
@@ -18,11 +18,12 @@
     Cellular* radio;
 };
 
-const char APN[] = "";
 
 TestSMS::TestSMS() : TestCollection("TestSMS") {}
 
 void TestSMS::run() {
+    const char APN[] = "";
+    
     string number;
     string response;
     vector<string> parts;