From 491f5ff6750717c6fdfaad368332563ba5b58ffa Mon Sep 17 00:00:00 2001 From: marcoveeneman Date: Wed, 15 Apr 2015 23:05:43 +0200 Subject: [PATCH] Tiva. Fixed Tiva CORTEX_MODEL definitions in cmparams.h. --- os/common/ports/ARMCMx/devices/TM4C123x/cmparams.h | 2 +- os/common/ports/ARMCMx/devices/TM4C129x/cmparams.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/os/common/ports/ARMCMx/devices/TM4C123x/cmparams.h b/os/common/ports/ARMCMx/devices/TM4C123x/cmparams.h index 3e5457cd..c9e98bda 100644 --- a/os/common/ports/ARMCMx/devices/TM4C123x/cmparams.h +++ b/os/common/ports/ARMCMx/devices/TM4C123x/cmparams.h @@ -26,7 +26,7 @@ /** * @brief Cortex core model. */ -#define CORTEX_MODEL CORTEX_M4 +#define CORTEX_MODEL 4 /** * @brief Memory Protection unit presence. diff --git a/os/common/ports/ARMCMx/devices/TM4C129x/cmparams.h b/os/common/ports/ARMCMx/devices/TM4C129x/cmparams.h index ea5821f9..5bd8a7b7 100644 --- a/os/common/ports/ARMCMx/devices/TM4C129x/cmparams.h +++ b/os/common/ports/ARMCMx/devices/TM4C129x/cmparams.h @@ -26,7 +26,7 @@ /** * @brief Cortex core model. */ -#define CORTEX_MODEL CORTEX_M4 +#define CORTEX_MODEL 4 /** * @brief Memory Protection unit presence.