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:
parent
4ccbe20518
commit
f6eed8dd57
|
@ -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.*/
|
||||
|
|
Loading…
Reference in New Issue