aboutsummaryrefslogtreecommitdiffstats
path: root/os/common/ports/ARMCMx/devices/K20x/cmparams.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/common/ports/ARMCMx/devices/K20x/cmparams.h')
-rw-r--r--os/common/ports/ARMCMx/devices/K20x/cmparams.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/os/common/ports/ARMCMx/devices/K20x/cmparams.h b/os/common/ports/ARMCMx/devices/K20x/cmparams.h
index 98b0ecd19..e539dc740 100644
--- a/os/common/ports/ARMCMx/devices/K20x/cmparams.h
+++ b/os/common/ports/ARMCMx/devices/K20x/cmparams.h
@@ -42,11 +42,6 @@
#define CORTEX_HAS_ST TRUE
/**
- * @brief Memory Protection unit presence.
- */
-#define CORTEX_HAS_MPU FALSE
-
-/**
* @brief Floating Point unit presence.
*/
#define CORTEX_HAS_FPU FALSE
@@ -72,10 +67,6 @@
assembler source files. We verify that the info matches instead.*/
#include "mk20d5.h"
-#if !CORTEX_HAS_MPU != !__MPU_PRESENT
-#error "CMSIS __MPU_PRESENT mismatch"
-#endif
-
#if CORTEX_PRIORITY_BITS != __NVIC_PRIO_BITS
#error "CMSIS __NVIC_PRIO_BITS mismatch"
#endif