diff options
author | isiora <none@example.com> | 2017-08-14 09:39:15 +0000 |
---|---|---|
committer | isiora <none@example.com> | 2017-08-14 09:39:15 +0000 |
commit | 2ec713733e3b260987b38e3b7dc6cbb4ba3c5623 (patch) | |
tree | b81e26936b522f0c1af2f6c0a7ef3695a83e6e7f /os/common | |
parent | 16ff9e3b59a0aaaa2ef9ac89eea76dbff6775564 (diff) | |
download | ChibiOS-2ec713733e3b260987b38e3b7dc6cbb4ba3c5623.tar.gz ChibiOS-2ec713733e3b260987b38e3b7dc6cbb4ba3c5623.tar.bz2 ChibiOS-2ec713733e3b260987b38e3b7dc6cbb4ba3c5623.zip |
Fixed IVR address
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10430 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/common')
-rwxr-xr-x | os/common/startup/ARM/devices/SAMA5D2/armparams.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/os/common/startup/ARM/devices/SAMA5D2/armparams.h b/os/common/startup/ARM/devices/SAMA5D2/armparams.h index 6ba850ac5..9e0ba1210 100755 --- a/os/common/startup/ARM/devices/SAMA5D2/armparams.h +++ b/os/common/startup/ARM/devices/SAMA5D2/armparams.h @@ -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 */
|