summaryrefslogtreecommitdiff
path: root/firmware/target/arm/system-pp502x.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/arm/system-pp502x.c')
-rw-r--r--firmware/target/arm/system-pp502x.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/firmware/target/arm/system-pp502x.c b/firmware/target/arm/system-pp502x.c
index f74b0484ab..fb292b5edf 100644
--- a/firmware/target/arm/system-pp502x.c
+++ b/firmware/target/arm/system-pp502x.c
@@ -384,12 +384,12 @@ void system_init(void)
384#endif 384#endif
385 385
386 /* disable all irqs */ 386 /* disable all irqs */
387 COP_HI_INT_CLR = -1; 387 COP_HI_INT_DIS = -1;
388 CPU_HI_INT_CLR = -1; 388 CPU_HI_INT_DIS = -1;
389 HI_INT_FORCED_CLR = -1; 389 HI_INT_FORCED_CLR = -1;
390 390
391 COP_INT_CLR = -1; 391 COP_INT_DIS = -1;
392 CPU_INT_CLR = -1; 392 CPU_INT_DIS = -1;
393 INT_FORCED_CLR = -1; 393 INT_FORCED_CLR = -1;
394 394
395 GPIOA_INT_EN = 0; 395 GPIOA_INT_EN = 0;