From 7b277edc592f0acc9971cf45e882a59dffe7a1ad Mon Sep 17 00:00:00 2001 From: Joel Bodenmann Date: Sun, 21 Oct 2012 01:47:11 +0200 Subject: renamed macros --- drivers/gdisp/SSD1963/gdisp_lld_config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'drivers/gdisp/SSD1963/gdisp_lld_config.h') 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 */ /** @} */ -- cgit v1.2.3