aboutsummaryrefslogtreecommitdiffstats
path: root/src/touchpad.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/touchpad.c')
-rw-r--r--src/touchpad.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/touchpad.c b/src/touchpad.c
index dc1aaf74..0718e484 100644
--- a/src/touchpad.c
+++ b/src/touchpad.c
@@ -30,7 +30,7 @@
#include "gdisp.h"
#include "touchpad.h"
-#if HAL_USE_TOUCHPAD || defined(__DOXYGEN__)
+#if GFX_USE_TOUCHPAD || defined(__DOXYGEN__)
#if TOUCHPAD_STORE_CALIBRATION
extern void lld_tpWriteCalibration(struct cal_t cal);
@@ -265,6 +265,6 @@ void tpCalibrate(void) {
}
#endif
-#endif /* HAL_USE_TOUCHPAD */
+#endif /* GFX_USE_TOUCHPAD */
/** @} */