aboutsummaryrefslogtreecommitdiffstats
path: root/os/common/startup/ARMCMx
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2017-08-12 14:59:41 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2017-08-12 14:59:41 +0000
commit11aa9fa5635fb6986b32b66e27fad3e097935cf0 (patch)
tree237d13299cae0f9af7473d443d1a218eb756640d /os/common/startup/ARMCMx
parente788251c8f9571b5a5c1c3733db9f1680ce4425c (diff)
downloadChibiOS-11aa9fa5635fb6986b32b66e27fad3e097935cf0.tar.gz
ChibiOS-11aa9fa5635fb6986b32b66e27fad3e097935cf0.tar.bz2
ChibiOS-11aa9fa5635fb6986b32b66e27fad3e097935cf0.zip
Fixed number of vectors for newer devices.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10408 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/common/startup/ARMCMx')
-rw-r--r--os/common/startup/ARMCMx/devices/STM32F4xx/cmparams.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/common/startup/ARMCMx/devices/STM32F4xx/cmparams.h b/os/common/startup/ARMCMx/devices/STM32F4xx/cmparams.h
index bbe6e0312..c3ca65ecb 100644
--- a/os/common/startup/ARMCMx/devices/STM32F4xx/cmparams.h
+++ b/os/common/startup/ARMCMx/devices/STM32F4xx/cmparams.h
@@ -48,7 +48,7 @@
* @note This number does not include the 16 system vectors and must be
* rounded to a multiple of 8.
*/
-#define CORTEX_NUM_VECTORS 96
+#define CORTEX_NUM_VECTORS 104
/* The following code is not processed when the file is included from an
asm module.*/