From c03add3334f039ba6d5aa1278a83a136f6acc537 Mon Sep 17 00:00:00 2001 From: Joel Bodenmann Date: Mon, 28 Oct 2013 00:46:28 +0100 Subject: [PATCH] drivers are not supposed to be included in the doxygen docs --- drivers/gdisp/SSD1306/gdisp_lld.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gdisp/SSD1306/gdisp_lld.c b/drivers/gdisp/SSD1306/gdisp_lld.c index 5f337b54..9c20d853 100644 --- a/drivers/gdisp/SSD1306/gdisp_lld.c +++ b/drivers/gdisp/SSD1306/gdisp_lld.c @@ -9,7 +9,7 @@ #include "SSD1306.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"