touchpad fix
This commit is contained in:
parent
dcf9a88783
commit
e481e3a23c
1 changed files with 1 additions and 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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue