diff options
author | Joel Bodenmann <joel@unormal.org> | 2012-10-13 01:05:54 +0200 |
---|---|---|
committer | Joel Bodenmann <joel@unormal.org> | 2012-10-13 01:05:54 +0200 |
commit | 0eeee2378810e2eaa263dfc23d1a3fb3470e1714 (patch) | |
tree | 596d5f31916dd044af9a48642258b564a4509a3d /include | |
parent | 6546c032504e8c671eba9d447d09110b14c88d99 (diff) | |
parent | f414eaea62c0d90b2c34b73539317b6b4f370bd8 (diff) | |
download | uGFX-0eeee2378810e2eaa263dfc23d1a3fb3470e1714.tar.gz uGFX-0eeee2378810e2eaa263dfc23d1a3fb3470e1714.tar.bz2 uGFX-0eeee2378810e2eaa263dfc23d1a3fb3470e1714.zip |
Merge branch 'master' of github.com:Tectu/ChibiOS-GFX
Diffstat (limited to 'include')
-rw-r--r-- | include/touchpad.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/touchpad.h b/include/touchpad.h index 18f72ec5..2fcb0c16 100644 --- a/include/touchpad.h +++ b/include/touchpad.h @@ -83,11 +83,6 @@ void tpCalibrate(void); uint16_t tpReadZ(void); #endif -#if TOUCHPAD_STORE_CALIBRATION - extern void lld_tpWriteCalibration(struct cal_t cal); - extern struct cal_t lld_tpReadCalibration(void); -#endif - #ifdef __cplusplus } #endif |