Replacing wrong define

ugfx_release_2.6
Joel Bodenmann 2016-02-24 22:20:36 +01:00
parent 4cd3ab4f29
commit b8ac430bce
1 changed files with 1 additions and 1 deletions

View File

@ -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