aboutsummaryrefslogtreecommitdiffstats
path: root/os/ext/CMSIS/KINETIS/kl25z.h
diff options
context:
space:
mode:
authorutzig <utzig@35acf78f-673a-0410-8e92-d51de3d6d3f4>2014-08-06 00:56:36 +0000
committerutzig <utzig@35acf78f-673a-0410-8e92-d51de3d6d3f4>2014-08-06 00:56:36 +0000
commit71d30ef1b4184443ea66dcb8013780a472c6a09b (patch)
tree695986f8fb32e67f5fe66b3d10cfca43e84b45f5 /os/ext/CMSIS/KINETIS/kl25z.h
parent70574490da58814907c28067a494697f37b1d615 (diff)
downloadChibiOS-71d30ef1b4184443ea66dcb8013780a472c6a09b.tar.gz
ChibiOS-71d30ef1b4184443ea66dcb8013780a472c6a09b.tar.bz2
ChibiOS-71d30ef1b4184443ea66dcb8013780a472c6a09b.zip
[KINETIS] Initial K20 series header
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7131 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/ext/CMSIS/KINETIS/kl25z.h')
-rw-r--r--os/ext/CMSIS/KINETIS/kl25z.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/os/ext/CMSIS/KINETIS/kl25z.h b/os/ext/CMSIS/KINETIS/kl25z.h
index 5baa4dc3b..331142dd7 100644
--- a/os/ext/CMSIS/KINETIS/kl25z.h
+++ b/os/ext/CMSIS/KINETIS/kl25z.h
@@ -80,14 +80,14 @@ typedef enum IRQn
*/
/**
- * @brief STM32F0xx Interrupt Number Definition, according to the selected device
+ * @brief KL2x Interrupt Number Definition, according to the selected device
* in @ref Library_configuration_section
*/
-#define __MPU_PRESENT 0 /*!< STM32F0xx do not provide MPU */
-#define __NVIC_PRIO_BITS 2 /*!< STM32F0xx uses 2 Bits for the Priority Levels */
-#define __Vendor_SysTickConfig 0 /*!< Set to 1 if different SysTick Config is used */
+#define __MPU_PRESENT 0
+#define __NVIC_PRIO_BITS 2
+#define __Vendor_SysTickConfig 0
-#include "core_cm0plus.h" /* Cortex-M0+ processor and core peripherals */
+#include "core_cm0plus.h" /* Cortex-M0+ processor and core peripherals */
typedef struct
{