Fixed ARM_IRQ_VECTOR_REG address.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11315 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
isiora 2018-01-18 09:34:33 +00:00
parent 16c0ec2cfb
commit b641871b1d
1 changed files with 2 additions and 2 deletions

View File

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