X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/3ebfb998ec4eef73543a8e8bde0019a3057b72dc..433399b05db8d4a8a3989e90614f7206d49568fc:/Demos/Device/ClassDriver/AudioOutput/makefile diff --git a/Demos/Device/ClassDriver/AudioOutput/makefile b/Demos/Device/ClassDriver/AudioOutput/makefile index ec60801be..7ece3734b 100644 --- a/Demos/Device/ClassDriver/AudioOutput/makefile +++ b/Demos/Device/ClassDriver/AudioOutput/makefile @@ -184,6 +184,7 @@ CSTANDARD = -std=gnu99 # Place -D or -U options here for C sources CDEFS = -DF_CPU=$(F_CPU)UL -DF_CLOCK=$(F_CLOCK)UL -DBOARD=BOARD_$(BOARD) $(LUFA_OPTS) +CDEFS += -DAUDIO_OUT_STEREO # Place -D or -U options here for ASM sources