aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ginput
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@seriouslyembedded.com>2015-07-10 12:19:17 +0200
committerJoel Bodenmann <joel@seriouslyembedded.com>2015-07-10 12:19:17 +0200
commit6f181c17e6dec2457a1d9612c7109f93c21e5bd6 (patch)
tree7ee767b544ba270bf1b829b8be8ae8d77b514d99 /drivers/ginput
parente69fff510001cab99a716de45a43554311162906 (diff)
downloaduGFX-6f181c17e6dec2457a1d9612c7109f93c21e5bd6.tar.gz
uGFX-6f181c17e6dec2457a1d9612c7109f93c21e5bd6.tar.bz2
uGFX-6f181c17e6dec2457a1d9612c7109f93c21e5bd6.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..da7c46ed 100644
--- a/drivers/ginput/touch/FT5x06/gmouse_lld_FT5x06.c
+++ b/drivers/ginput/touch/FT5x06/gmouse_lld_FT5x06.c
@@ -56,7 +56,7 @@ static bool_t MouseInit(GMouse* m, unsigned driverinstance) {
return TRUE;
}
-static bool_t MouseXYZ(GMouse* m, GMouseReading* pdr)
+static bool_t read_xyz(GMouse* m, GMouseReading* pdr)
{
// Assume not touched.
pdr->buttons = 0;