aboutsummaryrefslogtreecommitdiffstats
path: root/include/touchpad_lld.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/touchpad_lld.h')
-rw-r--r--include/touchpad_lld.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/touchpad_lld.h b/include/touchpad_lld.h
index d207eb6c..c73591c7 100644
--- a/include/touchpad_lld.h
+++ b/include/touchpad_lld.h
@@ -29,7 +29,7 @@
#ifndef _TOUCHPAD_LLD_H
#define _TOUCHPAD_LLD_H
-#if HAL_USE_TOUCHPAD || defined(__DOXYGEN__)
+#if GFX_USE_TOUCHPAD || defined(__DOXYGEN__)
/*===========================================================================*/
/* Include the low level driver configuration information */
@@ -144,7 +144,7 @@ extern "C" {
}
#endif
-#endif /* HAL_USE_TOUCHPAD */
+#endif /* GFX_USE_TOUCHPAD */
#endif /* _TOUCHPAD_LLD_H */
/** @} */