diff --git a/platform/mbed_application.h b/platform/mbed_application.h index 6ee0bfd07d..77a6c45cb3 100644 --- a/platform/mbed_application.h +++ b/platform/mbed_application.h @@ -21,7 +21,7 @@ #include -#define MBED_APPLICATION_SUPPORT (defined(__CORTEX_M3) || defined(__CORTEX_M4) || defined(__CORTEX_M7)) +#define MBED_APPLICATION_SUPPORT defined(__CORTEX_M3) || defined(__CORTEX_M4) || defined(__CORTEX_M7) #if MBED_APPLICATION_SUPPORT #ifdef __cplusplus extern "C" {