diff options
Diffstat (limited to 'include/touchpad.h')
| -rw-r--r-- | include/touchpad.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/touchpad.h b/include/touchpad.h index 469144b1..18f72ec5 100644 --- a/include/touchpad.h +++ b/include/touchpad.h @@ -70,7 +70,7 @@ typedef struct cal_t { extern "C" { #endif -void tpInit(const TOUCHPADDriver_t *tp); +void tpInit(const TOUCHPADDriver *tp); uint16_t tpReadX(void); uint16_t tpReadY(void); void tpCalibrate(void); |
