macro failsafe
This commit is contained in:
parent
cf1a759ad6
commit
3f6b604ff7
2 changed files with 12 additions and 4 deletions
|
@ -52,10 +52,6 @@
|
|||
/* Type definitions */
|
||||
/*===========================================================================*/
|
||||
|
||||
#ifndef TOUCHPAD_STORE_CALIBRATION
|
||||
#define TOUCHPAD_STORE_CALIBRATION FALSE
|
||||
#endif
|
||||
|
||||
/**
|
||||
* @brief Struct used for calibration
|
||||
*/
|
||||
|
|
|
@ -41,6 +41,18 @@
|
|||
/* Error checks. */
|
||||
/*===========================================================================*/
|
||||
|
||||
#ifndef TOUCHPAD_NEED_MULTITHREAD
|
||||
#define TOUCHPAD_NEED_MULTITHREAD FALSE
|
||||
#endif
|
||||
|
||||
#ifndef TOUCHPAD_XY_INVERTED
|
||||
#define TOUCHPAD_XY_INVERTED FALSE
|
||||
#endif
|
||||
|
||||
#ifndef TOUCHPAD_STORE_CALIBRATION
|
||||
#define TOUCHPAD_STORE_CALIBRATION FALSE
|
||||
#endif
|
||||
|
||||
#ifndef TOUCHPAD_HAS_IRQ
|
||||
#define TOUCHPAD_HAS_IRQ FALSE
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue