diff --git a/TEST_APPS/device/exampleapp/main.cpp b/TEST_APPS/device/exampleapp/main.cpp index 0eca93a0f0..8e1654e07f 100644 --- a/TEST_APPS/device/exampleapp/main.cpp +++ b/TEST_APPS/device/exampleapp/main.cpp @@ -18,6 +18,9 @@ #include "mbed.h" #include "mbed-client-cli/ns_cmdline.h" +#ifndef ICETEA_EXAMPLE_ENABLED +#error [NOT_SUPPORTED] Skipping example application. +#endif /** * Macros for setting console flow control. */