Changed Audio Class driver sample read/write functions to be inline, to reduce the...
[pub/USBasp.git] / Demos / Device / ClassDriver / AudioOutput / makefile
index ec60801..7ece373 100644 (file)
@@ -184,6 +184,7 @@ CSTANDARD = -std=gnu99
 \r
 # Place -D or -U options here for C sources\r
 CDEFS  = -DF_CPU=$(F_CPU)UL -DF_CLOCK=$(F_CLOCK)UL -DBOARD=BOARD_$(BOARD) $(LUFA_OPTS)\r
+CDEFS += -DAUDIO_OUT_STEREO\r
 \r
 \r
 # Place -D or -U options here for ASM sources\r