From 15775696c9ede5b5e6adc4e907646bd68dbc4d59 Mon Sep 17 00:00:00 2001 From: Joel Bodenmann Date: Thu, 11 Oct 2012 12:27:26 +0200 Subject: small fix --- include/touchpad.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'include') diff --git a/include/touchpad.h b/include/touchpad.h index 469144b1..b07c4dc4 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 -- cgit v1.2.3