aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Device/ClassDriver/AudioInput/makefile
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2010-10-20 07:39:11 +0000
committerDean Camera <dean@fourwalledcubicle.com>2010-10-20 07:39:11 +0000
commitbd337aced3b1888373030878bf1a49367bc37ab5 (patch)
treeb2633f86bc8d5155659cc9eae31672ff3958c07e /Demos/Device/ClassDriver/AudioInput/makefile
parent06f222b3ed6f612f4ac1b21566547797d4db8013 (diff)
downloadlufa-bd337aced3b1888373030878bf1a49367bc37ab5.tar.gz
lufa-bd337aced3b1888373030878bf1a49367bc37ab5.tar.bz2
lufa-bd337aced3b1888373030878bf1a49367bc37ab5.zip
Added default test tone generation mode to the Device mode AudioInput demos.
Diffstat (limited to 'Demos/Device/ClassDriver/AudioInput/makefile')
-rw-r--r--Demos/Device/ClassDriver/AudioInput/makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Demos/Device/ClassDriver/AudioInput/makefile b/Demos/Device/ClassDriver/AudioInput/makefile
index 8eda3c68b..3c26c97ed 100644
--- a/Demos/Device/ClassDriver/AudioInput/makefile
+++ b/Demos/Device/ClassDriver/AudioInput/makefile
@@ -123,6 +123,7 @@ LUFA_OPTS += -D USE_FLASH_DESCRIPTORS
LUFA_OPTS += -D USE_STATIC_OPTIONS="(USB_DEVICE_OPT_FULLSPEED | USB_OPT_REG_ENABLED | USB_OPT_AUTO_PLL)"
LUFA_OPTS += -D MICROPHONE_BIASED_TO_HALF_RAIL
+LUFA_OPTS += -D USE_TEST_TONE
# Create the LUFA source path variables by including the LUFA root makefile