aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/gdisp/ST7565/gdisp_lld.c4
1 files changed, 1 insertions, 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. */
/*===========================================================================*/