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.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/firmware/export/pp5024.h b/firmware/export/pp5024.h
index 3ed3d5dade..b9238ae98d 100644
--- a/firmware/export/pp5024.h
+++ b/firmware/export/pp5024.h
@@ -23,4 +23,10 @@
23 completely */ 23 completely */
24#include "pp5020.h" 24#include "pp5020.h"
25 25
26#undef GPIO_IRQ
27#define GPIO_IRQ (32+6)
28
29#undef GPIO_MASK
30#define GPIO_MASK (1 << (GPIO_IRQ-32))
31
26#endif 32#endif