diff options
Diffstat (limited to 'src')
-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 0759134e..b38283c2 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 *tp) { +void tpInit(const TOUCHPADDriver_t *tp) { /* Initialise Mutex */ //MUTEX_INIT |