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:
- 3:09d8f51b1d7e
- Parent:
- 0:6b7ffde9f287
- Child:
- 4:024ed0194ea6
--- a/main.cpp Thu Sep 28 14:48:24 2017 -0500 +++ b/main.cpp Fri Sep 29 22:28:41 2017 +0000 @@ -21,3 +21,9 @@ #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 +