aboutsummaryrefslogtreecommitdiffstats
path: root/templates/gdispXXXXX/gdisp_lld.c
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@unormal.org>2012-10-21 01:47:11 +0200
committerJoel Bodenmann <joel@unormal.org>2012-10-21 01:47:11 +0200
commit7b277edc592f0acc9971cf45e882a59dffe7a1ad (patch)
tree6c6d9e15f572ee6c743a60ce7a8edefc220b193a /templates/gdispXXXXX/gdisp_lld.c
parent06b9e3c1cd1f091da01835b1a98c4006c93c86a4 (diff)
downloaduGFX-7b277edc592f0acc9971cf45e882a59dffe7a1ad.tar.gz
uGFX-7b277edc592f0acc9971cf45e882a59dffe7a1ad.tar.bz2
uGFX-7b277edc592f0acc9971cf45e882a59dffe7a1ad.zip
renamed macros
Diffstat (limited to 'templates/gdispXXXXX/gdisp_lld.c')
-rw-r--r--templates/gdispXXXXX/gdisp_lld.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/gdispXXXXX/gdisp_lld.c b/templates/gdispXXXXX/gdisp_lld.c
index da835d86..5aa10f2d 100644
--- a/templates/gdispXXXXX/gdisp_lld.c
+++ b/templates/gdispXXXXX/gdisp_lld.c
@@ -30,7 +30,7 @@
#include "hal.h"
#include "gdisp.h"
-#if HAL_USE_GDISP || defined(__DOXYGEN__)
+#if GFX_USE_GDISP || defined(__DOXYGEN__)
/* Include the emulation code for things we don't support */
#include "gdisp_emulation.c"
@@ -554,5 +554,5 @@ void *GDISP_LLD(query)(unsigned what) {
}
#endif
-#endif /* HAL_USE_GDISP */
+#endif /* GFX_USE_GDISP */
/** @} */