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 164e4a36..dc1aaf74 100644 --- a/src/touchpad.c +++ b/src/touchpad.c @@ -131,7 +131,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 |
