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

Dependencies:   HTTPClient-SSL

Dependents:   mtsas mtsas mtsas mtsas_lat3

Revision:
12:9efe3cc3cb6c
Parent:
10:42220b7df921
Child:
14:7643ed024fe8
--- a/Test/TestUDPSocket.h	Thu Jun 19 13:13:20 2014 +0000
+++ b/Test/TestUDPSocket.h	Mon Jun 23 14:33:39 2014 +0000
@@ -53,7 +53,7 @@
         if (i >= 10) {
             Test::assertTrue(false);
         }
-        if (radio->setApn(APN) == SUCCESS) {
+        if (radio->setApn(APN) == MTS_SUCCESS) {
             break;
         } else {
             wait(1);