Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: HTTPClient-SSL
Dependents: mtsas mtsas mtsas mtsas_lat3
Diff: Test/TestTCPSocketConnection.h
- Revision:
- 12:9efe3cc3cb6c
- Parent:
- 11:892ffac4946b
- Child:
- 13:45b7e18e33ab
- Child:
- 14:7643ed024fe8
diff -r 892ffac4946b -r 9efe3cc3cb6c Test/TestTCPSocketConnection.h
--- a/Test/TestTCPSocketConnection.h Thu Jun 19 13:13:20 2014 +0000
+++ b/Test/TestTCPSocketConnection.h Mon Jun 23 14:33:39 2014 +0000
@@ -64,7 +64,7 @@
if (i >= 10) {
Test::assertTrue(false);
}
- if (radio->setApn(APN) == SUCCESS) {
+ if (radio->setApn(APN) == MTS_SUCCESS) {
break;
} else {
wait(1);