diff options
Diffstat (limited to 'touchpad.c')
-rw-r--r-- | touchpad.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) { |