X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/1f1d0710f379a8b08ef646cbadb63d92c35e47fb..1191da7b7b10c9d90ebe7c22d698d560f35cbc4a:/Demos/Host/ClassDriver/AudioOutputHost/makefile diff --git a/Demos/Host/ClassDriver/AudioOutputHost/makefile b/Demos/Host/ClassDriver/AudioOutputHost/makefile index 338590c97..76bf2cada 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