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:
parent
16c0ec2cfb
commit
b641871b1d
|
@ -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 */
|
||||||
|
|
Loading…
Reference in New Issue