aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ginput
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@seriouslyembedded.com>2015-07-10 12:00:04 +0200
committerJoel Bodenmann <joel@seriouslyembedded.com>2015-07-10 12:00:04 +0200
commita3d67e76e5f65a1fd52642db0fefd81fd6e7cfe6 (patch)
treebe9fa86064795cbdcfe8fd4f3aa6f008fae63c6e /drivers/ginput
parent1dad1ed21f737bea5ba2e6b1491cf48074aa5649 (diff)
downloaduGFX-a3d67e76e5f65a1fd52642db0fefd81fd6e7cfe6.tar.gz
uGFX-a3d67e76e5f65a1fd52642db0fefd81fd6e7cfe6.tar.bz2
uGFX-a3d67e76e5f65a1fd52642db0fefd81fd6e7cfe6.zip
Fix in FT5x06 touch driver
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 ab331f8f..b354dba3 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
- read_xyz, // get
+ MouseXYZ, // get
0, // calsave
0 // calload
}};