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
2 changed files with 4 additions and 1 deletions
|
@ -45,7 +45,6 @@
|
||||||
#define GFX_USE_GDISP TRUE
|
#define GFX_USE_GDISP TRUE
|
||||||
#define GFX_USE_GWIN TRUE
|
#define GFX_USE_GWIN TRUE
|
||||||
#define GFX_USE_GTIMER TRUE
|
#define GFX_USE_GTIMER TRUE
|
||||||
//#define GFX_USE_GADC TRUE
|
|
||||||
#define GFX_USE_GAUDIO TRUE
|
#define GFX_USE_GAUDIO TRUE
|
||||||
|
|
||||||
/* Features for the GDISP sub-system. */
|
/* Features for the GDISP sub-system. */
|
||||||
|
|
|
@ -3,3 +3,7 @@ GFXSRC += $(GFXLIB)/drivers/gaudio/gadc/gaudio_record_lld.c
|
||||||
|
|
||||||
# Required include directories
|
# Required include directories
|
||||||
GFXINC += $(GFXLIB)/drivers/gaudio/gadc
|
GFXINC += $(GFXLIB)/drivers/gaudio/gadc
|
||||||
|
|
||||||
|
# Make sure the GADC sub-system is turned on
|
||||||
|
GFXDEFS += -DGFX_USE_GADC=TRUE
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue