Cause the gaudio/gadc driver (currently broken) to include the GADC framework if it is included in the make.
This commit is contained in:
parent
ea5a1b849d
commit
e4d6884bca
@ -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. */
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user