ELEC2645 (2018/19) / Mbed 2 deprecated el17m2h_public

Dependencies:   mbed

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();