diff options
author | Joel Bodenmann <joel@unormal.org> | 2012-10-13 01:05:20 +0200 |
---|---|---|
committer | Joel Bodenmann <joel@unormal.org> | 2012-10-13 01:05:20 +0200 |
commit | 6546c032504e8c671eba9d447d09110b14c88d99 (patch) | |
tree | 4340bab2a97bfb49afdbd8405b7c652111e9d1ee /src/touchpad.c | |
parent | 9174141aca356daaedadf23c098bca3e35cdbc58 (diff) | |
download | uGFX-6546c032504e8c671eba9d447d09110b14c88d99.tar.gz uGFX-6546c032504e8c671eba9d447d09110b14c88d99.tar.bz2 uGFX-6546c032504e8c671eba9d447d09110b14c88d99.zip |
TOUCHPADDriver_t -> TOUCHPADDriver | GConsole_t -> GConsole
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 |