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 /src | |
| 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 'src')
| -rw-r--r-- | src/touchpad.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/touchpad.c b/src/touchpad.c index 0759134e..dc1aaf74 100644 --- a/src/touchpad.c +++ b/src/touchpad.c @@ -32,6 +32,11 @@ #if HAL_USE_TOUCHPAD || defined(__DOXYGEN__) +#if TOUCHPAD_STORE_CALIBRATION +extern void lld_tpWriteCalibration(struct cal_t cal); +extern struct cal_t lld_tpReadCalibration(void); +#endif + /*===========================================================================*/ /* Driver local definitions. */ /*===========================================================================*/ |
