From a11f7da53638ee4fe282c7b5725294ca1780f9bf Mon Sep 17 00:00:00 2001 From: Joel Bodenmann Date: Sun, 2 Feb 2014 19:24:43 +0100 Subject: added deinit() routines for all modules (not implemented so far) --- src/ginput/ginput.c | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) (limited to 'src/ginput') diff --git a/src/ginput/ginput.c b/src/ginput/ginput.c index 87c4a668..abd16cd8 100644 --- a/src/ginput/ginput.c +++ b/src/ginput/ginput.c @@ -16,11 +16,21 @@ #if GFX_USE_GINPUT -/** - * This should really call an init routine for each ginput sub-system. - * Maybe we'll do this later. - */ -void _ginputInit(void) {} +void _ginputInit(void) +{ + /* ToDo */ + + /** + * This should really call an init routine for each ginput sub-system. + * Maybe we'll do this later. + */ +} + +void _ginputDeinit(void) +{ + +} #endif /* GFX_USE_GINPUT */ /** @} */ + -- cgit v1.2.3