From 721617608ad24790021ebd845a1f4010a1bce09c Mon Sep 17 00:00:00 2001 From: utzig Date: Mon, 1 Sep 2014 00:07:43 +0000 Subject: [PATCH] [KINETIS] Correct K2x NUM_VECTORS git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7214 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/common/ports/ARMCMx/devices/K20x/cmparams.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/os/common/ports/ARMCMx/devices/K20x/cmparams.h b/os/common/ports/ARMCMx/devices/K20x/cmparams.h index c1589b9c2..98b0ecd19 100644 --- a/os/common/ports/ARMCMx/devices/K20x/cmparams.h +++ b/os/common/ports/ARMCMx/devices/K20x/cmparams.h @@ -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.*/