aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/touchpad/ADS7843/touchpad_lld.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/touchpad/ADS7843/touchpad_lld.c')
-rw-r--r--drivers/touchpad/ADS7843/touchpad_lld.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/touchpad/ADS7843/touchpad_lld.c b/drivers/touchpad/ADS7843/touchpad_lld.c
index eeaf11b5..4640ca8d 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 HAL_USE_TOUCHPAD || defined(__DOXYGEN__)
+#if GFX_USE_TOUCHPAD || defined(__DOXYGEN__)
/*===========================================================================*/
/* Driver local definitions. */
@@ -234,6 +234,6 @@ uint16_t tp_lld_read_y(void) {
}
#endif
-#endif /* HAL_USE_TOUCHPAD */
+#endif /* GFX_USE_TOUCHPAD */
/** @} */