aboutsummaryrefslogtreecommitdiffstats
path: root/include/gfx_rules.h
diff options
context:
space:
mode:
authorTectu <joel@unormal.org>2013-01-17 00:56:25 -0800
committerTectu <joel@unormal.org>2013-01-17 00:56:25 -0800
commit58eaf1059161ee0db5e8eff20bb0490ca3012384 (patch)
treee4b1511faeb033ebcba2e8d9469ec477f3f93206 /include/gfx_rules.h
parent7d1dcb0d086bde5bb56544464c91e0105a990276 (diff)
parent5b444276ae427091d7c413eb297a909f0a9472b3 (diff)
downloaduGFX-58eaf1059161ee0db5e8eff20bb0490ca3012384.tar.gz
uGFX-58eaf1059161ee0db5e8eff20bb0490ca3012384.tar.bz2
uGFX-58eaf1059161ee0db5e8eff20bb0490ca3012384.zip
Merge pull request #31 from inmarket/master
New Subsystems GADC, GAUDIN, GAUDOUT, GMISC
Diffstat (limited to 'include/gfx_rules.h')
-rw-r--r--include/gfx_rules.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/include/gfx_rules.h b/include/gfx_rules.h
index 26c9429c..c132de54 100644
--- a/include/gfx_rules.h
+++ b/include/gfx_rules.h
@@ -96,6 +96,9 @@
#endif
#endif
+#if GFX_USE_TDISP
+#endif
+
#if GFX_USE_GEVENT
#if !CH_USE_MUTEXES || !CH_USE_SEMAPHORES
#error "GEVENT: CH_USE_MUTEXES and CH_USE_SEMAPHORES must be defined in chconf.h"
@@ -109,5 +112,17 @@
#endif
#endif
+#if GFX_USE_GAUDIN
+#endif
+
+#if GFX_USE_GAUDOUT
+#endif
+
+#if GFX_USE_GADC
+#endif
+
+#if GFX_USE_GMISC
+#endif
+
#endif /* _GFX_H */
/** @} */