aboutsummaryrefslogtreecommitdiffstats
path: root/include/gfx_rules.h
diff options
context:
space:
mode:
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 */
/** @} */