Skip to content

Commit 4e417eb

Browse files
committed
[platform] fix doxygen preprocessor constant expresison warnings
1 parent 75e5b65 commit 4e417eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platform/mbed_application.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
#include<stdint.h>
2323

24-
#define MBED_APPLICATION_SUPPORT (defined(__CORTEX_M3) || defined(__CORTEX_M4) || defined(__CORTEX_M7))
24+
#define MBED_APPLICATION_SUPPORT defined(__CORTEX_M3) || defined(__CORTEX_M4) || defined(__CORTEX_M7)
2525
#if MBED_APPLICATION_SUPPORT
2626
#ifdef __cplusplus
2727
extern "C" {

0 commit comments

Comments
 (0)