diff options
author | Joel Bodenmann <joel@unormal.org> | 2013-10-28 01:07:24 +0100 |
---|---|---|
committer | Joel Bodenmann <joel@unormal.org> | 2013-10-28 01:07:24 +0100 |
commit | 9fa856cdd743f0be72b62c46f7efcb55ba4cb299 (patch) | |
tree | f9c4f1176d0c0e07b4843f548f19ed5a309e42d5 | |
parent | 1e9dcc4a286a17abf48703a632c2a3a42c856567 (diff) | |
download | uGFX-9fa856cdd743f0be72b62c46f7efcb55ba4cb299.tar.gz uGFX-9fa856cdd743f0be72b62c46f7efcb55ba4cb299.tar.bz2 uGFX-9fa856cdd743f0be72b62c46f7efcb55ba4cb299.zip |
no doxygen for drivers...
-rw-r--r-- | drivers/gdisp/ST7565/gdisp_lld.c | 4 |
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. */ /*===========================================================================*/ |