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 seoul-iot-hackathon-demo by
Diff: main.cpp
- Revision:
- 5:c6cb16909244
- Parent:
- 4:024ed0194ea6
- Child:
- 9:179e6db867bd
diff -r 024ed0194ea6 -r c6cb16909244 main.cpp --- a/main.cpp Fri Sep 29 22:30:20 2017 +0000 +++ b/main.cpp Fri Sep 29 22:36:18 2017 +0000 @@ -20,13 +20,4 @@ #include "2_connected_app/main.h" #else #error "Add APP_SHIELD_DEMO macro to mbed_app.json" -#endif - - -#if APP_SHIELD_DEMO_TEST == 1 -#include "1_app_shield/main.h" -#endif - -#if APP_SHIELD_DEMO_TEST_2 == 1 -#include "1_app_shield/main.h" #endif \ No newline at end of file