aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gdisp/SSD1963/gdisp_lld_config.h
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 /drivers/gdisp/SSD1963/gdisp_lld_config.h
parent06b9e3c1cd1f091da01835b1a98c4006c93c86a4 (diff)
downloaduGFX-7b277edc592f0acc9971cf45e882a59dffe7a1ad.tar.gz
uGFX-7b277edc592f0acc9971cf45e882a59dffe7a1ad.tar.bz2
uGFX-7b277edc592f0acc9971cf45e882a59dffe7a1ad.zip
renamed macros
Diffstat (limited to 'drivers/gdisp/SSD1963/gdisp_lld_config.h')
-rw-r--r--drivers/gdisp/SSD1963/gdisp_lld_config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gdisp/SSD1963/gdisp_lld_config.h b/drivers/gdisp/SSD1963/gdisp_lld_config.h
index 9a68342b..18d21687 100644
--- a/drivers/gdisp/SSD1963/gdisp_lld_config.h
+++ b/drivers/gdisp/SSD1963/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. */
@@ -46,7 +46,7 @@
#define GDISP_PIXELFORMAT GDISP_PIXELFORMAT_RGB565
-#endif /* HAL_USE_GDISP */
+#endif /* GFX_USE_GDISP */
#endif /* _GDISP_LLD_CONFIG_H */
/** @} */