aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@unormal.org>2012-10-11 09:23:42 +0200
committerJoel Bodenmann <joel@unormal.org>2012-10-11 09:23:42 +0200
commit4a27e7c7994f7b21d951517e15131b7e67ff74c5 (patch)
treee71a31f955847dc45db88f6b16d71b869d2e9ed4 /drivers
parent3f6b604ff75447067d8d612f4a6063d870675272 (diff)
downloaduGFX-4a27e7c7994f7b21d951517e15131b7e67ff74c5.tar.gz
uGFX-4a27e7c7994f7b21d951517e15131b7e67ff74c5.tar.bz2
uGFX-4a27e7c7994f7b21d951517e15131b7e67ff74c5.zip
TOUCHPADDriver -> TOUCHPADDriver_t
Diffstat (limited to 'drivers')
-rw-r--r--drivers/touchpad/ADS7843/touchpad_lld.c4
-rw-r--r--drivers/touchpad/XPT2046/touchpad_lld.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/drivers/touchpad/ADS7843/touchpad_lld.c b/drivers/touchpad/ADS7843/touchpad_lld.c
index eeaf11b5..dbd74786 100644
--- a/drivers/touchpad/ADS7843/touchpad_lld.c
+++ b/drivers/touchpad/ADS7843/touchpad_lld.c
@@ -45,7 +45,7 @@
/*===========================================================================*/
#if !defined(__DOXYGEN__)
/* Local copy of the current touchpad driver */
- static const TOUCHPADDriver *tpDriver;
+ static const TOUCHPADDriver_t *tpDriver;
static uint16_t sampleBuf[7];
#endif
@@ -69,7 +69,7 @@
*
* @notapi
*/
-void tp_lld_init(const TOUCHPADDriver *tp) {
+void tp_lld_init(const TOUCHPADDriver_t *tp) {
tpDriver = tp;
if(tpDriver->direct_init)
diff --git a/drivers/touchpad/XPT2046/touchpad_lld.c b/drivers/touchpad/XPT2046/touchpad_lld.c
index eeaf11b5..dbd74786 100644
--- a/drivers/touchpad/XPT2046/touchpad_lld.c
+++ b/drivers/touchpad/XPT2046/touchpad_lld.c
@@ -45,7 +45,7 @@
/*===========================================================================*/
#if !defined(__DOXYGEN__)
/* Local copy of the current touchpad driver */
- static const TOUCHPADDriver *tpDriver;
+ static const TOUCHPADDriver_t *tpDriver;
static uint16_t sampleBuf[7];
#endif
@@ -69,7 +69,7 @@
*
* @notapi
*/
-void tp_lld_init(const TOUCHPADDriver *tp) {
+void tp_lld_init(const TOUCHPADDriver_t *tp) {
tpDriver = tp;
if(tpDriver->direct_init)