aboutsummaryrefslogtreecommitdiff
path: root/Demos/Host/ClassDriver/AudioOutputHost/makefile
diff options
context:
space:
mode:
authorDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2011-06-09 04:23:19 +0000
committerDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2011-06-09 04:23:19 +0000
commit99a12dc177dade81960b1324ab798f776064b6e8 (patch)
tree9645345511f56e840f807c8ef921d74a04e8db1d /Demos/Host/ClassDriver/AudioOutputHost/makefile
parentfcf6fac322890da8720cd50782adbca36779da86 (diff)
Add missing AS4 and project description files to the new Audio Host demos.
Correct errors in the existing Audio demo description files due to the new demo features (variable sampling rate vs. a fixed sampling rate). git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1795 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'Demos/Host/ClassDriver/AudioOutputHost/makefile')
-rw-r--r--Demos/Host/ClassDriver/AudioOutputHost/makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Demos/Host/ClassDriver/AudioOutputHost/makefile b/Demos/Host/ClassDriver/AudioOutputHost/makefile
index 338590c9..76bf2cad 100644
--- a/Demos/Host/ClassDriver/AudioOutputHost/makefile
+++ b/Demos/Host/ClassDriver/AudioOutputHost/makefile
@@ -123,6 +123,9 @@ LUFA_PATH = ../../../..
LUFA_OPTS = -D USB_HOST_ONLY
LUFA_OPTS += -D USE_STATIC_OPTIONS="(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
include $(LUFA_PATH)/LUFA/makefile