small fix
This commit is contained in:
parent
069b0d32d8
commit
15775696c9
2 changed files with 5 additions and 5 deletions
|
@ -83,11 +83,6 @@ void tpCalibrate(void);
|
||||||
uint16_t tpReadZ(void);
|
uint16_t tpReadZ(void);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if TOUCHPAD_STORE_CALIBRATION
|
|
||||||
extern void lld_tpWriteCalibration(struct cal_t cal);
|
|
||||||
extern struct cal_t lld_tpReadCalibration(void);
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -32,6 +32,11 @@
|
||||||
|
|
||||||
#if HAL_USE_TOUCHPAD || defined(__DOXYGEN__)
|
#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. */
|
/* Driver local definitions. */
|
||||||
/*===========================================================================*/
|
/*===========================================================================*/
|
||||||
|
|
Loading…
Add table
Reference in a new issue