diff options
author | inmarket <andrewh@inmarket.com.au> | 2014-03-06 20:01:03 +1000 |
---|---|---|
committer | inmarket <andrewh@inmarket.com.au> | 2014-03-06 20:01:03 +1000 |
commit | 47cfa8d152b5dec48e2fa146615e5f3a33380f87 (patch) | |
tree | 0fd26d0c9d0eea77b4d71cd09a6f7957d4568bec /demos/modules | |
parent | 2fb6697f2a64653ae73abffb18b45fccea904aa8 (diff) | |
download | uGFX-47cfa8d152b5dec48e2fa146615e5f3a33380f87.tar.gz uGFX-47cfa8d152b5dec48e2fa146615e5f3a33380f87.tar.bz2 uGFX-47cfa8d152b5dec48e2fa146615e5f3a33380f87.zip |
Fix incorrect additon of GFX flag on audio in oscilloscope demo
Diffstat (limited to 'demos/modules')
-rw-r--r-- | demos/modules/audio/oscilloscope/gfxconf.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/demos/modules/audio/oscilloscope/gfxconf.h b/demos/modules/audio/oscilloscope/gfxconf.h index 8af25391..8733268d 100644 --- a/demos/modules/audio/oscilloscope/gfxconf.h +++ b/demos/modules/audio/oscilloscope/gfxconf.h @@ -47,7 +47,6 @@ #define GFX_USE_GTIMER TRUE //#define GFX_USE_GADC TRUE #define GFX_USE_GAUDIN TRUE -#define GFX_USE_GAUDOUT TRUE /* Features for the GDISP sub-system. */ #define GDISP_NEED_VALIDATION TRUE |