[KINETIS] Correct K2x NUM_VECTORS

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7214 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
utzig 2014-09-01 00:07:43 +00:00
parent 998ddd679e
commit 721617608a
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@
* @note This number does not include the 16 system vectors and must be * @note This number does not include the 16 system vectors and must be
* rounded to a multiple of 8. * rounded to a multiple of 8.
*/ */
#define CORTEX_NUM_VECTORS 32 #define CORTEX_NUM_VECTORS 48
/* The following code is not processed when the file is included from an /* The following code is not processed when the file is included from an
asm module.*/ asm module.*/