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: mbed-rtos mbed HTTPClient VodafoneUSBModem
Diff: main.cpp
- Revision:
- 31:9231acdde9ff
- Parent:
- 30:dd2beda340c6
- Child:
- 33:16126e029d58
diff -r dd2beda340c6 -r 9231acdde9ff main.cpp
--- a/main.cpp Wed Sep 12 10:18:28 2012 +0000
+++ b/main.cpp Wed Sep 12 16:55:00 2012 +0000
@@ -38,7 +38,7 @@
LOG("Running tests.");
- int numPassed = m->executeTestProfile(TESTS_AUTOMATED);
+ int numPassed = m->executeTestProfile(TESTS_MANUAL);
loopForever();
}

