aboutsummaryrefslogtreecommitdiff
path: root/Demos/Device/LowLevel/AudioInput/makefile
diff options
context:
space:
mode:
authorDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2010-10-20 07:39:11 +0000
committerDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2010-10-20 07:39:11 +0000
commit4b5328f3bae564266411c6de4daaf09f7173aaab (patch)
treeb2633f86bc8d5155659cc9eae31672ff3958c07e /Demos/Device/LowLevel/AudioInput/makefile
parentdfce01e2309c7e65b7b8f750f332cb2e38d39ac9 (diff)
Added default test tone generation mode to the Device mode AudioInput demos.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1534 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'Demos/Device/LowLevel/AudioInput/makefile')
-rw-r--r--Demos/Device/LowLevel/AudioInput/makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Demos/Device/LowLevel/AudioInput/makefile b/Demos/Device/LowLevel/AudioInput/makefile
index 1b7fd07a..15ceba7a 100644
--- a/Demos/Device/LowLevel/AudioInput/makefile
+++ b/Demos/Device/LowLevel/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