From e481e3a23c3f0b54463afa532ce04bd898d66f8a Mon Sep 17 00:00:00 2001 From: Tectu Date: Tue, 10 Jul 2012 03:14:24 +0200 Subject: [PATCH] touchpad fix --- touchpad.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {