diff options
author | Joel Bodenmann <joel@unormal.org> | 2012-11-07 01:47:53 +0100 |
---|---|---|
committer | Joel Bodenmann <joel@unormal.org> | 2012-11-07 01:47:53 +0100 |
commit | 17857d6e97429a34fc157270d5425528bab6a031 (patch) | |
tree | eb296a147b498dcde2cb04cc7c3708af60748f0a /drivers/gdisp/S6D1121 | |
parent | 1fd69f3144d253106e2dc7017b448f2cf417a67b (diff) | |
download | uGFX-17857d6e97429a34fc157270d5425528bab6a031.tar.gz uGFX-17857d6e97429a34fc157270d5425528bab6a031.tar.bz2 uGFX-17857d6e97429a34fc157270d5425528bab6a031.zip |
big doxygen update - now it works as it should
Diffstat (limited to 'drivers/gdisp/S6D1121')
-rw-r--r-- | drivers/gdisp/S6D1121/gdisp_lld.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gdisp/S6D1121/gdisp_lld.c b/drivers/gdisp/S6D1121/gdisp_lld.c index 7e1509be..5eaa8e73 100644 --- a/drivers/gdisp/S6D1121/gdisp_lld.c +++ b/drivers/gdisp/S6D1121/gdisp_lld.c @@ -30,7 +30,7 @@ #include "hal.h"
#include "gdisp.h"
-#if GFX_USE_GDISP || defined(__DOXYGEN__)
+#if GFX_USE_GDISP /*|| defined(__DOXYGEN__)*/
/* Include the emulation code for things we don't support */
#include "gdisp_emulation.c"
|