diff options
author | Joel Bodenmann <joel@unormal.org> | 2013-01-13 11:07:43 +0100 |
---|---|---|
committer | Joel Bodenmann <joel@unormal.org> | 2013-01-13 11:07:43 +0100 |
commit | d7b85cb00e7c38ca131541ae4849edf4abf5cc8e (patch) | |
tree | 9b83ece1e45e3e586c9931712872de1c74f1f0a7 /include | |
parent | c3006aa89c92184ab90974f6649cfa24d9e53fd4 (diff) | |
download | uGFX-d7b85cb00e7c38ca131541ae4849edf4abf5cc8e.tar.gz uGFX-d7b85cb00e7c38ca131541ae4849edf4abf5cc8e.tar.bz2 uGFX-d7b85cb00e7c38ca131541ae4849edf4abf5cc8e.zip |
compiling bux fix
Diffstat (limited to 'include')
-rw-r--r-- | include/tdisp/options.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/tdisp/options.h b/include/tdisp/options.h index a7bab720..69d24b64 100644 --- a/include/tdisp/options.h +++ b/include/tdisp/options.h @@ -29,6 +29,7 @@ #ifndef _TDISP_OPTIONS_H
#define _TDISP_OPTIONS_H
+#if GFX_USE_TDISP
/**
* @name TDISP configuration
* @{
@@ -79,6 +80,8 @@ /** @} */
+#endif /* GFX_USE_TDISP */
+
#endif /* _TDISP_OPTIONS_H */
/** @} */
|