summaryrefslogtreecommitdiff
path: root/firmware/export/pp5024.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/pp5024.h')
-rw-r--r--firmware/export/pp5024.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/export/pp5024.h b/firmware/export/pp5024.h
index b9238ae98d..59c003613b 100644
--- a/firmware/export/pp5024.h
+++ b/firmware/export/pp5024.h
@@ -20,11 +20,11 @@
20 ****************************************************************************/ 20 ****************************************************************************/
21 21
22/* We believe is this quite similar to the 5020 and for how we just use that 22/* We believe is this quite similar to the 5020 and for how we just use that
23 completely */ 23 completely and redifine any minor differences */
24#include "pp5020.h" 24#include "pp5020.h"
25 25
26#undef GPIO_IRQ 26#undef GPIO_IRQ
27#define GPIO_IRQ (32+6) 27#define GPIO_IRQ (32+1)
28 28
29#undef GPIO_MASK 29#undef GPIO_MASK
30#define GPIO_MASK (1 << (GPIO_IRQ-32)) 30#define GPIO_MASK (1 << (GPIO_IRQ-32))