aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--os/ports/GCC/ARMCMx/chcore.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/os/ports/GCC/ARMCMx/chcore.h b/os/ports/GCC/ARMCMx/chcore.h
index 93f3cf4b8..01c50ef17 100644
--- a/os/ports/GCC/ARMCMx/chcore.h
+++ b/os/ports/GCC/ARMCMx/chcore.h
@@ -62,9 +62,9 @@
*/
#if (CORTEX_MODEL == CORTEX_M3) || (CORTEX_MODEL == CORTEX_M4) || \
defined(__DOXYGEN__)
-#define CORTEX_SUPPORT_BASEPRI TRUE
+#define CORTEX_SUPPORTS_BASEPRI TRUE
#else
-#define CORTEX_SUPPORT_BASEPRI FALSE
+#define CORTEX_SUPPORTS_BASEPRI FALSE
#endif
/**
@@ -85,7 +85,6 @@
*/
#define CORTEX_MAXIMUM_PRIORITY 0
-#if
/*===========================================================================*/
/* Port macros. */
/*===========================================================================*/