diff options
Diffstat (limited to 'src/touchpad.c')
-rw-r--r-- | src/touchpad.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/touchpad.c b/src/touchpad.c index b38283c2..0759134e 100644 --- a/src/touchpad.c +++ b/src/touchpad.c @@ -126,7 +126,7 @@ static void _tpDrawCross(uint16_t x, uint16_t y) { * * @api */ -void tpInit(const TOUCHPADDriver_t *tp) { +void tpInit(const TOUCHPADDriver *tp) { /* Initialise Mutex */ //MUTEX_INIT |