From b433687e6244d41599bcca7e726f4dd3f56a95cd Mon Sep 17 00:00:00 2001 From: Jarno Lamsa Date: Fri, 31 Aug 2018 10:22:55 +0300 Subject: [PATCH] Skip the example app --- TEST_APPS/device/exampleapp/main.cpp | 3 +++ 1 file changed, 3 insertions(+) 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. */