Cause the gaudio/gadc driver (currently broken) to include the GADC framework if it is included in the make.

ugfx_release_2.6
inmarket 2014-03-20 23:31:10 +10:00
parent ea5a1b849d
commit e4d6884bca
2 changed files with 4 additions and 1 deletions

View File

@ -45,7 +45,6 @@
#define GFX_USE_GDISP TRUE
#define GFX_USE_GWIN TRUE
#define GFX_USE_GTIMER TRUE
//#define GFX_USE_GADC TRUE
#define GFX_USE_GAUDIO TRUE
/* Features for the GDISP sub-system. */

View File

@ -3,3 +3,7 @@ GFXSRC += $(GFXLIB)/drivers/gaudio/gadc/gaudio_record_lld.c
# Required include directories
GFXINC += $(GFXLIB)/drivers/gaudio/gadc
# Make sure the GADC sub-system is turned on
GFXDEFS += -DGFX_USE_GADC=TRUE