diff options
author | Joel Bodenmann <joel@unormal.org> | 2013-10-28 00:46:28 +0100 |
---|---|---|
committer | Joel Bodenmann <joel@unormal.org> | 2013-10-28 00:46:28 +0100 |
commit | c03add3334f039ba6d5aa1278a83a136f6acc537 (patch) | |
tree | 147ea0c78ec74861b6ece5ec4150f054cbc6d066 | |
parent | 630989d6b4a367ed16517be44f282b13a001c611 (diff) | |
download | uGFX-c03add3334f039ba6d5aa1278a83a136f6acc537.tar.gz uGFX-c03add3334f039ba6d5aa1278a83a136f6acc537.tar.bz2 uGFX-c03add3334f039ba6d5aa1278a83a136f6acc537.zip |
drivers are not supposed to be included in the doxygen docs
-rw-r--r-- | drivers/gdisp/SSD1306/gdisp_lld.c | 2 |
1 files changed, 1 insertions, 1 deletions
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"
|