Fixed IVR address

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10430 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
isiora 2017-08-14 09:39:15 +00:00
parent 16ff9e3b59
commit 2ec713733e
1 changed files with 2 additions and 2 deletions

View File

@ -52,9 +52,9 @@
/**
* @brief Address of the IRQ vector register in the interrupt controller.
*/
#define ARM_IRQ_VECTOR_REG 0xF803C014U
#define ARM_IRQ_VECTOR_REG 0xF803C010U
#else
#define ARM_IRQ_VECTOR_REG 0xF803C014
#define ARM_IRQ_VECTOR_REG 0xF803C010
#endif
#endif /* ARMPARAMS_H */