diff options
Diffstat (limited to 'include/touchpad.h')
-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 |