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.
Fork of MTS-Cellular by
Revision 47:16a9297b59ba, committed 2014-08-01
- Comitter:
- Vanger
- Date:
- Fri Aug 01 16:19:39 2014 +0000
- Parent:
- 46:56ab41157957
- Child:
- 48:3f9d82915e83
- Commit message:
- Forgot to remove APN internet from TestSMS.h
Changed in this revision
| Test/TestSMS.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/Test/TestSMS.h Fri Aug 01 16:15:54 2014 +0000
+++ b/Test/TestSMS.h Fri Aug 01 16:19:39 2014 +0000
@@ -22,7 +22,7 @@
TestSMS::TestSMS() : TestCollection("TestSMS") {}
void TestSMS::run() {
- const char APN[] = "internet";
+ const char APN[] = "";
string number;
string response;
