aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/touchpad/XPT2046/touchpad_lld_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/touchpad/XPT2046/touchpad_lld_config.h')
-rw-r--r--drivers/touchpad/XPT2046/touchpad_lld_config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/touchpad/XPT2046/touchpad_lld_config.h b/drivers/touchpad/XPT2046/touchpad_lld_config.h
index 28038ff0..801f5d18 100644
--- a/drivers/touchpad/XPT2046/touchpad_lld_config.h
+++ b/drivers/touchpad/XPT2046/touchpad_lld_config.h
@@ -29,7 +29,7 @@
#ifndef _TOUCHPAD_LLD_CONFIG_H
#define _TOUCHPAD_LLD_CONFIG_H
-#if HAL_USE_TOUCHPAD || defined(__DOXYGEN__)
+#if GFX_USE_TOUCHPAD || defined(__DOXYGEN__)
/*===========================================================================*/
/* Driver hardware support. */
@@ -38,7 +38,7 @@
#define TOUCHPAD_HAS_IRQ TRUE
#define TOUCHPAD_HAS_PRESSURE TRUE
-#endif /* HAL_USE_TOUCHPAD */
+#endif /* GFX_USE_TOUCHPAD */
#endif /* _TOUCHPAD_LLD_CONFIG_H */
/** @} */