diff options
author | inmarket <andrewh@inmarket.com.au> | 2014-02-03 18:23:53 +1000 |
---|---|---|
committer | inmarket <andrewh@inmarket.com.au> | 2014-02-03 18:23:53 +1000 |
commit | f26581dc7e85f77393143a44c0c3eb3eef0da8b4 (patch) | |
tree | 9a83c5eaf1abe2cc61b216012f997e6891840a19 /src/gmisc | |
parent | b6daaabf32bf2092689e0732ca4486f25e80317f (diff) | |
parent | d869d9b3b80cb9ab2314840b2fa274e89e5342db (diff) | |
download | uGFX-f26581dc7e85f77393143a44c0c3eb3eef0da8b4.tar.gz uGFX-f26581dc7e85f77393143a44c0c3eb3eef0da8b4.tar.bz2 uGFX-f26581dc7e85f77393143a44c0c3eb3eef0da8b4.zip |
Merge branch 'master' into freertos
Diffstat (limited to 'src/gmisc')
-rw-r--r-- | src/gmisc/gmisc.c | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/src/gmisc/gmisc.c b/src/gmisc/gmisc.c index 38da6bfa..654dd5e2 100644 --- a/src/gmisc/gmisc.c +++ b/src/gmisc/gmisc.c @@ -14,7 +14,14 @@ #if GFX_USE_GMISC -void _gmiscInit(void) { +void _gmiscInit(void) +{ + +} + +void _gmiscDeinit(void) +{ + } #endif /* GFX_USE_GMISC */ |