aboutsummaryrefslogtreecommitdiffstats
path: root/os/common/ports/ARMCMx/devices
diff options
context:
space:
mode:
authorutzig <utzig@35acf78f-673a-0410-8e92-d51de3d6d3f4>2014-09-01 00:07:43 +0000
committerutzig <utzig@35acf78f-673a-0410-8e92-d51de3d6d3f4>2014-09-01 00:07:43 +0000
commit721617608ad24790021ebd845a1f4010a1bce09c (patch)
treebd819216bba6bae2440458f181dff5f17f169e5f /os/common/ports/ARMCMx/devices
parent998ddd679e4eab75a1ce797a437edad629a18a44 (diff)
downloadChibiOS-721617608ad24790021ebd845a1f4010a1bce09c.tar.gz
ChibiOS-721617608ad24790021ebd845a1f4010a1bce09c.tar.bz2
ChibiOS-721617608ad24790021ebd845a1f4010a1bce09c.zip
[KINETIS] Correct K2x NUM_VECTORS
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7214 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/common/ports/ARMCMx/devices')
-rw-r--r--os/common/ports/ARMCMx/devices/K20x/cmparams.h2
1 files changed, 1 insertions, 1 deletions
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.*/