aboutsummaryrefslogtreecommitdiffstats
path: root/os/common/ports
diff options
context:
space:
mode:
authorisiora <isiora@35acf78f-673a-0410-8e92-d51de3d6d3f4>2017-07-04 15:38:32 +0000
committerisiora <isiora@35acf78f-673a-0410-8e92-d51de3d6d3f4>2017-07-04 15:38:32 +0000
commitdd85bcdf688ac779f157f35f0e23f489d0d466c1 (patch)
tree6ae9b11da1971b4a9599f1abf94dd75cf9555bca /os/common/ports
parent8626b939363019cc72dd51b4bb12720b744f4d8c (diff)
downloadChibiOS-dd85bcdf688ac779f157f35f0e23f489d0d466c1.tar.gz
ChibiOS-dd85bcdf688ac779f157f35f0e23f489d0d466c1.tar.bz2
ChibiOS-dd85bcdf688ac779f157f35f0e23f489d0d466c1.zip
Modified MON_S_SCR
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10302 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/common/ports')
-rw-r--r--os/common/ports/ARMCMAx-TZ/compilers/GCC/chcoreasm.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/common/ports/ARMCMAx-TZ/compilers/GCC/chcoreasm.S b/os/common/ports/ARMCMAx-TZ/compilers/GCC/chcoreasm.S
index bb743a2f5..e3c15866a 100644
--- a/os/common/ports/ARMCMAx-TZ/compilers/GCC/chcoreasm.S
+++ b/os/common/ports/ARMCMAx-TZ/compilers/GCC/chcoreasm.S
@@ -64,7 +64,7 @@
.equ SCR_FW, 0x10
.equ SCR_AW, 0x20
- .set MON_S_SCR, 0
+ .set MON_S_SCR, SCR_IRQ
.set MON_NS_SCR, SCR_FIQ|SCR_NS
.text