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 b07c4dc4..2fcb0c16 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); |