aboutsummaryrefslogtreecommitdiffstats
path: root/src/gaudout
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@unormal.org>2014-02-02 19:24:43 +0100
committerJoel Bodenmann <joel@unormal.org>2014-02-02 19:24:43 +0100
commita11f7da53638ee4fe282c7b5725294ca1780f9bf (patch)
tree9259f98c7a7cceef766d332311f77eb9278a2eeb /src/gaudout
parentfababafc9a4fce83c4a6879624a8caa38ea9f438 (diff)
downloaduGFX-a11f7da53638ee4fe282c7b5725294ca1780f9bf.tar.gz
uGFX-a11f7da53638ee4fe282c7b5725294ca1780f9bf.tar.bz2
uGFX-a11f7da53638ee4fe282c7b5725294ca1780f9bf.zip
added deinit() routines for all modules (not implemented so far)
Diffstat (limited to 'src/gaudout')
-rw-r--r--src/gaudout/gaudout.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/gaudout/gaudout.c b/src/gaudout/gaudout.c
index e05fc360..56692453 100644
--- a/src/gaudout/gaudout.c
+++ b/src/gaudout/gaudout.c
@@ -18,6 +18,16 @@
#error "GAUDOUT: Not implemented yet"
+void _gaudoutInit(void)
+{
+ /* ToDo */
+}
+
+void _gaudoutDeinit(void)
+{
+ /* ToDo */
+}
+
#endif /* GFX_USE_GAUDOUT */
/** @} */