aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gdisp
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@unormal.org>2013-10-28 01:07:24 +0100
committerJoel Bodenmann <joel@unormal.org>2013-10-28 01:07:24 +0100
commit9fa856cdd743f0be72b62c46f7efcb55ba4cb299 (patch)
treef9c4f1176d0c0e07b4843f548f19ed5a309e42d5 /drivers/gdisp
parent1e9dcc4a286a17abf48703a632c2a3a42c856567 (diff)
downloaduGFX-9fa856cdd743f0be72b62c46f7efcb55ba4cb299.tar.gz
uGFX-9fa856cdd743f0be72b62c46f7efcb55ba4cb299.tar.bz2
uGFX-9fa856cdd743f0be72b62c46f7efcb55ba4cb299.zip
no doxygen for drivers...
Diffstat (limited to 'drivers/gdisp')
-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. */
/*===========================================================================*/