diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2011-06-09 04:23:19 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2011-06-09 04:23:19 +0000 |
commit | 1191da7b7b10c9d90ebe7c22d698d560f35cbc4a (patch) | |
tree | 9645345511f56e840f807c8ef921d74a04e8db1d /Demos/Host/LowLevel/AudioOutputHost/makefile | |
parent | 1f1d0710f379a8b08ef646cbadb63d92c35e47fb (diff) | |
download | lufa-1191da7b7b10c9d90ebe7c22d698d560f35cbc4a.tar.gz lufa-1191da7b7b10c9d90ebe7c22d698d560f35cbc4a.tar.bz2 lufa-1191da7b7b10c9d90ebe7c22d698d560f35cbc4a.zip |
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).
Diffstat (limited to 'Demos/Host/LowLevel/AudioOutputHost/makefile')
-rw-r--r-- | Demos/Host/LowLevel/AudioOutputHost/makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Demos/Host/LowLevel/AudioOutputHost/makefile b/Demos/Host/LowLevel/AudioOutputHost/makefile index 2a9e8d03a..487c7d7e7 100644 --- a/Demos/Host/LowLevel/AudioOutputHost/makefile +++ b/Demos/Host/LowLevel/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
|