aboutsummaryrefslogtreecommitdiffstats
path: root/templates/gdispXXXXX/gdisp_lld_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'templates/gdispXXXXX/gdisp_lld_config.h')
-rw-r--r--templates/gdispXXXXX/gdisp_lld_config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/gdispXXXXX/gdisp_lld_config.h b/templates/gdispXXXXX/gdisp_lld_config.h
index 698238c8..331d94ce 100644
--- a/templates/gdispXXXXX/gdisp_lld_config.h
+++ b/templates/gdispXXXXX/gdisp_lld_config.h
@@ -29,7 +29,7 @@
#ifndef _GDISP_LLD_CONFIG_H
#define _GDISP_LLD_CONFIG_H
-#if HAL_USE_GDISP || defined(__DOXYGEN__)
+#if GFX_USE_GDISP || defined(__DOXYGEN__)
/*===========================================================================*/
/* Driver hardware support. */
@@ -63,7 +63,7 @@
#define GDISP_PACKED_PIXELS FALSE
#define GDISP_PACKED_LINES FALSE
-#endif /* HAL_USE_GDISP */
+#endif /* GFX_USE_GDISP */
#endif /* _GDISP_LLD_CONFIG_H */
/** @} */