aboutsummaryrefslogtreecommitdiffstats
path: root/touchpad.c
diff options
context:
space:
mode:
Diffstat (limited to 'touchpad.c')
-rw-r--r--touchpad.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/touchpad.c b/touchpad.c
index 7d5617c7..d44e03a1 100644
--- a/touchpad.c
+++ b/touchpad.c
@@ -25,7 +25,7 @@ static __inline uint16_t readY(void) {
}
uint8_t tpIRQ(void) {
- return (!palReadPad(TP_PORT, TP_IRQ));
+ return (!palReadPad(TP_IRQ_PORT, TP_IRQ));
}
static uint16_t tpReadRealX(void) {