[platform] fix doxygen preprocessor constant expresison warnings

pull/4233/head
Sam Grove 2017-04-26 17:51:24 -05:00
parent 75e5b6500d
commit 4e417eb3dc
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
#include<stdint.h>
#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" {