From 9fa856cdd743f0be72b62c46f7efcb55ba4cb299 Mon Sep 17 00:00:00 2001 From: Joel Bodenmann Date: Mon, 28 Oct 2013 01:07:24 +0100 Subject: [PATCH] no doxygen for drivers... --- drivers/gdisp/ST7565/gdisp_lld.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/drivers/gdisp/ST7565/gdisp_lld.c b/drivers/gdisp/ST7565/gdisp_lld.c index 960b1389..f46a166c 100644 --- a/drivers/gdisp/ST7565/gdisp_lld.c +++ b/drivers/gdisp/ST7565/gdisp_lld.c @@ -7,15 +7,13 @@ #include "gfx.h" -#if GFX_USE_GDISP || defined(__DOXYGEN__) - +#if GFX_USE_GDISP /* Include the emulation code for things we don't support */ #include "gdisp/lld/emulation.c" #include "st7565.h" #include "gdisp_lld_board.h" - /*===========================================================================*/ /* Driver local definitions. */ /*===========================================================================*/