[KINETIS] Correct K2x NUM_VECTORS
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7214 35acf78f-673a-0410-8e92-d51de3d6d3f4master
parent
998ddd679e
commit
721617608a
|
@ -61,7 +61,7 @@
|
|||
* @note This number does not include the 16 system vectors and must be
|
||||
* 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
|
||||
asm module.*/
|
||||
|
|
Loading…
Reference in New Issue