Fixed number of vectors for newer devices.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_17.6.x@10409 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
Giovanni Di Sirio 2017-08-12 15:00:22 +00:00
parent 4ccbe20518
commit f6eed8dd57
1 changed files with 1 additions and 1 deletions

View File

@ -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.*/