diff options
author | Joel Bodenmann <joel@seriouslyembedded.com> | 2016-02-24 22:20:36 +0100 |
---|---|---|
committer | Joel Bodenmann <joel@seriouslyembedded.com> | 2016-02-24 22:20:36 +0100 |
commit | b8ac430bce7eb8f0bad6a5fea085bf0d54eb065d (patch) | |
tree | 3056718e610257e1ee3124a9b3f629fefa47b5a7 | |
parent | 4cd3ab4f2949848dbd652de0ba87c2a9680fd038 (diff) | |
download | uGFX-b8ac430bce7eb8f0bad6a5fea085bf0d54eb065d.tar.gz uGFX-b8ac430bce7eb8f0bad6a5fea085bf0d54eb065d.tar.bz2 uGFX-b8ac430bce7eb8f0bad6a5fea085bf0d54eb065d.zip |
Replacing wrong define
-rw-r--r-- | src/gfx.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -135,7 +135,7 @@ void gfxDeinit(void) #if GFX_USE_GWIN _gwinDeinit(); #endif - #if GFX_USE_GAUDIN + #if GFX_USE_GAUDIO _gaudioDeinit(); #endif #if GFX_USE_GADC |