diff options
Diffstat (limited to 'drivers/touchpad/ADS7843')
-rw-r--r-- | drivers/touchpad/ADS7843/touchpad_lld.c | 2 | ||||
-rw-r--r-- | drivers/touchpad/ADS7843/touchpad_lld_config.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/drivers/touchpad/ADS7843/touchpad_lld.c b/drivers/touchpad/ADS7843/touchpad_lld.c index 8cd92ff9..8b30f4f3 100644 --- a/drivers/touchpad/ADS7843/touchpad_lld.c +++ b/drivers/touchpad/ADS7843/touchpad_lld.c @@ -30,7 +30,7 @@ #include "hal.h"
#include "touchpad.h"
-#if GFX_USE_TOUCHPAD || defined(__DOXYGEN__)
+#if GFX_USE_TOUCHPAD /*|| defined(__DOXYGEN__)*/
/*===========================================================================*/
/* Driver local definitions. */
diff --git a/drivers/touchpad/ADS7843/touchpad_lld_config.h b/drivers/touchpad/ADS7843/touchpad_lld_config.h index 13b48922..5ed1981c 100644 --- a/drivers/touchpad/ADS7843/touchpad_lld_config.h +++ b/drivers/touchpad/ADS7843/touchpad_lld_config.h @@ -29,7 +29,7 @@ #ifndef _TOUCHPAD_LLD_CONFIG_H
#define _TOUCHPAD_LLD_CONFIG_H
-#if GFX_USE_TOUCHPAD || defined(__DOXYGEN__)
+#if GFX_USE_TOUCHPAD /*|| defined(__DOXYGEN__)*/
/*===========================================================================*/
/* Driver hardware support. */
|