aboutsummaryrefslogtreecommitdiffstats
path: root/src/gfx.c
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@seriouslyembedded.com>2016-02-24 22:20:36 +0100
committerJoel Bodenmann <joel@seriouslyembedded.com>2016-02-24 22:20:36 +0100
commitb8ac430bce7eb8f0bad6a5fea085bf0d54eb065d (patch)
tree3056718e610257e1ee3124a9b3f629fefa47b5a7 /src/gfx.c
parent4cd3ab4f2949848dbd652de0ba87c2a9680fd038 (diff)
downloaduGFX-b8ac430bce7eb8f0bad6a5fea085bf0d54eb065d.tar.gz
uGFX-b8ac430bce7eb8f0bad6a5fea085bf0d54eb065d.tar.bz2
uGFX-b8ac430bce7eb8f0bad6a5fea085bf0d54eb065d.zip
Replacing wrong define
Diffstat (limited to 'src/gfx.c')
-rw-r--r--src/gfx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gfx.c b/src/gfx.c
index 34526e6b..390a9380 100644
--- a/src/gfx.c
+++ b/src/gfx.c
@@ -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