[KINETIS] Fixed CMSIS warnings

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8299 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
Fabio Utzig 2015-09-14 21:50:51 +00:00
parent b91618cc0a
commit 0043cad430
2 changed files with 2 additions and 0 deletions

View File

@ -84,6 +84,7 @@ typedef enum IRQn
* in @ref Library_configuration_section
*/
#define __MPU_PRESENT 0
#define __VTOR_PRESENT 1
#define __NVIC_PRIO_BITS 2
#define __Vendor_SysTickConfig 0

View File

@ -103,6 +103,7 @@ typedef enum IRQn
* in @ref Library_configuration_section
*/
#define __MPU_PRESENT 0
#define __FPU_PRESENT 0
#define __NVIC_PRIO_BITS 4
#define __Vendor_SysTickConfig 0