X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/42ac34b484b677ae1004c3d0215b27911a100a71..6b5e684c77e5fa855b609d01e9a07fec296e9257:/Demos/Device/ClassDriver/AudioOutput/AudioOutput.txt diff --git a/Demos/Device/ClassDriver/AudioOutput/AudioOutput.txt b/Demos/Device/ClassDriver/AudioOutput/AudioOutput.txt index 9170478ad..f92c91ac2 100644 --- a/Demos/Device/ClassDriver/AudioOutput/AudioOutput.txt +++ b/Demos/Device/ClassDriver/AudioOutput/AudioOutput.txt @@ -73,17 +73,17 @@ * * * AUDIO_OUT_STEREO - * Makefile CDEFS + * Makefile LUFA_OPTS * When defined, this outputs the audio samples in stereo to the timer output pins of the microcontroller. * * * AUDIO_OUT_MONO - * Makefile CDEFS + * Makefile LUFA_OPTS * When defined, this outputs the audio samples in mono to the timer output pin of the microcontroller. * * * AUDIO_OUT_PORTC - * Makefile CDEFS + * Makefile LUFA_OPTS * When defined, this outputs the audio samples in mono to port C of the microcontroller, for connection to an * external DAC. *