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