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
Diff: main.cpp
- Revision:
- 36:0c852c5ade4b
- Parent:
- 34:a9b14a4ccd46
--- a/main.cpp Thu May 09 14:17:12 2019 +0000 +++ b/main.cpp Thu May 09 14:22:29 2019 +0000 @@ -41,10 +41,6 @@ ////////////////////////// MAIN CODE ///////////////////////////////////// int main() { -#ifdef WITH_TESTING - int number_of_failures = run_all_tests(); - if(number_of_failures > 0) return number_of_failures; -#endif while(1) { init(); welcome();