aboutsummaryrefslogtreecommitdiffstats
path: root/os/rt/ports
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2015-01-08 13:43:02 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2015-01-08 13:43:02 +0000
commit6efea1e107c13cfc334ff711ec9f0e40be76ee08 (patch)
treea33070575088829ad3dc9bfc753acc8cd85c2aa9 /os/rt/ports
parent76ae8ad95e13630a9a88cd02b5d5c0950f0c75eb (diff)
downloadChibiOS-6efea1e107c13cfc334ff711ec9f0e40be76ee08.tar.gz
ChibiOS-6efea1e107c13cfc334ff711ec9f0e40be76ee08.tar.bz2
ChibiOS-6efea1e107c13cfc334ff711ec9f0e40be76ee08.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7616 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/rt/ports')
-rw-r--r--os/rt/ports/ARMCMx/chcore.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/os/rt/ports/ARMCMx/chcore.h b/os/rt/ports/ARMCMx/chcore.h
index 773d7a85c..5d44551a8 100644
--- a/os/rt/ports/ARMCMx/chcore.h
+++ b/os/rt/ports/ARMCMx/chcore.h
@@ -73,9 +73,9 @@
*/
#define CORTEX_M0 0 /**< @brief Cortex-M0 variant. */
#define CORTEX_M0PLUS 1 /**< @brief Cortex-M0+ variant. */
-#define CORTEX_M1 2 /**< @brief Cortex-M1 variant. */
-#define CORTEX_M3 3 /**< @brief Cortex-M3 variant. */
-#define CORTEX_M4 4 /**< @brief Cortex-M4 variant. */
+#define CORTEX_M1 10 /**< @brief Cortex-M1 variant. */
+#define CORTEX_M3 30 /**< @brief Cortex-M3 variant. */
+#define CORTEX_M4 40 /**< @brief Cortex-M4 variant. */
/** @} */
/* Inclusion of the Cortex-Mx implementation specific parameters.*/