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/TestStub/gdisp_lld.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'drivers/gdisp/TestStub/gdisp_lld.c') diff --git a/drivers/gdisp/TestStub/gdisp_lld.c b/drivers/gdisp/TestStub/gdisp_lld.c index 5a8a1b19..d3b74585 100644 --- a/drivers/gdisp/TestStub/gdisp_lld.c +++ b/drivers/gdisp/TestStub/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" @@ -122,5 +122,5 @@ void GDISP_LLD(drawpixel)(coord_t x, coord_t y, color_t color) { } #endif -#endif /* HAL_USE_GDISP */ +#endif /* GFX_USE_GDISP */ /** @} */ -- cgit v1.2.3