Revert "Fix in FT5x06 touch driver"

This reverts commit a3d67e76e5.
ugfx_release_2.6
Joel Bodenmann 2015-07-10 12:18:49 +02:00
parent a3d67e76e5
commit e69fff5100
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ const GMouseVMT const GMOUSE_DRIVER_VMT[1] = {{
},
MouseInit, // init
0, // deinit
MouseXYZ, // get
read_xyz, // get
0, // calsave
0 // calload
}};