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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/target/arm/system-pp502x.c b/firmware/target/arm/system-pp502x.c
index 2b6a801128..ef0c62dcf5 100644
--- a/firmware/target/arm/system-pp502x.c
+++ b/firmware/target/arm/system-pp502x.c
@@ -68,7 +68,7 @@ void irq(void)
68 else if (CPU_INT_STAT & TIMER2_MASK) 68 else if (CPU_INT_STAT & TIMER2_MASK)
69 TIMER2(); 69 TIMER2();
70#ifdef SANSA_E200 70#ifdef SANSA_E200
71 else if (CPU_HI_INT_STAT & GPIO_MASK) 71 else if (CPU_HI_INT_STAT & GPIO1_MASK)
72 { 72 {
73 if (GPIOF_INT_STAT & 0xff) 73 if (GPIOF_INT_STAT & 0xff)
74 button_int(); 74 button_int();