diff options
Diffstat (limited to 'Demos/Device/LowLevel/AudioOutput/AudioOutput.txt')
-rw-r--r-- | Demos/Device/LowLevel/AudioOutput/AudioOutput.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Demos/Device/LowLevel/AudioOutput/AudioOutput.txt b/Demos/Device/LowLevel/AudioOutput/AudioOutput.txt index 090f8bed9..77e986617 100644 --- a/Demos/Device/LowLevel/AudioOutput/AudioOutput.txt +++ b/Demos/Device/LowLevel/AudioOutput/AudioOutput.txt @@ -73,17 +73,17 @@ * </tr> * <tr> * <td>AUDIO_OUT_STEREO</td> - * <td>Makefile LUFA_OPTS</td> + * <td>AppConfig.h</td> * <td>When defined, this outputs the audio samples in stereo to the timer output pins of the microcontroller.</td> * </tr> * <tr> * <td>AUDIO_OUT_MONO</td> - * <td>Makefile LUFA_OPTS</td> + * <td>AppConfig.h</td> * <td>When defined, this outputs the audio samples in mono to the timer output pin of the microcontroller.</td> * </tr> * <tr> * <td>AUDIO_OUT_PORTC</td> - * <td>Makefile LUFA_OPTS</td> + * <td>AppConfig.h</td> * <td>When defined, this outputs the audio samples in mono to port C of the microcontroller, for connection to an * external DAC.</td> * </tr> |