diff options
| author | Joel Bodenmann <joel@unormal.org> | 2014-02-02 20:00:34 +0100 |
|---|---|---|
| committer | Joel Bodenmann <joel@unormal.org> | 2014-02-02 20:00:34 +0100 |
| commit | d299756abaf5813850ec732be3d71d96b9fa32fc (patch) | |
| tree | 7133e28e8134af1daaa269785cb2d382d88fe7ba /src/ginput/ginput.c | |
| parent | e50b495c48648bf53621a4afc63682579387ba4f (diff) | |
| parent | d2de6c351785f323fd4b2a4e337a95bda4c9a626 (diff) | |
| download | uGFX-d299756abaf5813850ec732be3d71d96b9fa32fc.tar.gz uGFX-d299756abaf5813850ec732be3d71d96b9fa32fc.tar.bz2 uGFX-d299756abaf5813850ec732be3d71d96b9fa32fc.zip | |
Merge branch 'master' into gfile
Diffstat (limited to 'src/ginput/ginput.c')
| -rw-r--r-- | src/ginput/ginput.c | 20 |
1 files changed, 15 insertions, 5 deletions
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 */ /** @} */ + |
