diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2015-10-18 14:30:28 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2015-10-18 14:30:28 +0000 |
commit | b572f55e62f5ba5423779987c6afc0f014e94b1d (patch) | |
tree | d794145eb9f5c1f27e44bc0a9be7c5aabf6d57ac /os/common | |
parent | ed868b941eb4a2863b75bc6939ecbfa31feb0013 (diff) | |
download | ChibiOS-b572f55e62f5ba5423779987c6afc0f014e94b1d.tar.gz ChibiOS-b572f55e62f5ba5423779987c6afc0f014e94b1d.tar.bz2 ChibiOS-b572f55e62f5ba5423779987c6afc0f014e94b1d.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8371 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/common')
-rw-r--r-- | os/common/ports/ARMCMx/devices/STM32F7xx/cmparams.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/common/ports/ARMCMx/devices/STM32F7xx/cmparams.h b/os/common/ports/ARMCMx/devices/STM32F7xx/cmparams.h index 21f7115e2..e967071b5 100644 --- a/os/common/ports/ARMCMx/devices/STM32F7xx/cmparams.h +++ b/os/common/ports/ARMCMx/devices/STM32F7xx/cmparams.h @@ -51,7 +51,7 @@ * @note This number does not include the 16 system vectors and must be
* rounded to a multiple of 8.
*/
-#define CORTEX_NUM_VECTORS 104
+#define CORTEX_NUM_VECTORS 105
/* The following code is not processed when the file is included from an
asm module.*/
|