aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ginput
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@seriouslyembedded.com>2015-07-10 12:18:49 +0200
committerJoel Bodenmann <joel@seriouslyembedded.com>2015-07-10 12:18:49 +0200
commite69fff510001cab99a716de45a43554311162906 (patch)
tree934c3903e8ac977daf18ca8c9d43a4dfd747c37a /drivers/ginput
parenta3d67e76e5f65a1fd52642db0fefd81fd6e7cfe6 (diff)
downloaduGFX-e69fff510001cab99a716de45a43554311162906.tar.gz
uGFX-e69fff510001cab99a716de45a43554311162906.tar.bz2
uGFX-e69fff510001cab99a716de45a43554311162906.zip
Revert "Fix in FT5x06 touch driver"
This reverts commit a3d67e76e5f65a1fd52642db0fefd81fd6e7cfe6.
Diffstat (limited to 'drivers/ginput')
-rw-r--r--drivers/ginput/touch/FT5x06/gmouse_lld_FT5x06.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ginput/touch/FT5x06/gmouse_lld_FT5x06.c b/drivers/ginput/touch/FT5x06/gmouse_lld_FT5x06.c
index b354dba3..ab331f8f 100644
--- a/drivers/ginput/touch/FT5x06/gmouse_lld_FT5x06.c
+++ b/drivers/ginput/touch/FT5x06/gmouse_lld_FT5x06.c
@@ -128,7 +128,7 @@ const GMouseVMT const GMOUSE_DRIVER_VMT[1] = {{
},
MouseInit, // init
0, // deinit
- MouseXYZ, // get
+ read_xyz, // get
0, // calsave
0 // calload
}};