Fix in FT5x06 touch driver

ugfx_release_2.6
Joel Bodenmann 2015-07-10 12:19:17 +02:00
parent e69fff5100
commit 6f181c17e6
1 changed files with 1 additions and 1 deletions

View File

@ -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;