macro failsafe

ugfx_release_2.6
Joel Bodenmann 2012-10-11 09:13:11 +02:00
parent cf1a759ad6
commit 3f6b604ff7
2 changed files with 12 additions and 4 deletions

View File

@ -52,10 +52,6 @@
/* Type definitions */
/*===========================================================================*/
#ifndef TOUCHPAD_STORE_CALIBRATION
#define TOUCHPAD_STORE_CALIBRATION FALSE
#endif
/**
* @brief Struct used for calibration
*/

View File

@ -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