Tiva. Fixed Tiva CORTEX_MODEL definitions in cmparams.h.

This commit is contained in:
marcoveeneman 2015-04-15 23:05:43 +02:00
parent 772a39d3e9
commit 491f5ff675
2 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@
/** /**
* @brief Cortex core model. * @brief Cortex core model.
*/ */
#define CORTEX_MODEL CORTEX_M4 #define CORTEX_MODEL 4
/** /**
* @brief Memory Protection unit presence. * @brief Memory Protection unit presence.

View File

@ -26,7 +26,7 @@
/** /**
* @brief Cortex core model. * @brief Cortex core model.
*/ */
#define CORTEX_MODEL CORTEX_M4 #define CORTEX_MODEL 4
/** /**
* @brief Memory Protection unit presence. * @brief Memory Protection unit presence.