diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2012-05-13 15:03:17 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2012-05-13 15:03:17 +0000 |
commit | 13085a335125808f3b2f9adc495c6fe26053cebe (patch) | |
tree | 0d11d457795b870116e3ace34a38b40a17b63baf /Demos/Device/LowLevel/AudioInput/AudioInput.txt | |
parent | 64d00efd915b8c3842c4fe93605bf8bc73def030 (diff) | |
download | lufa-13085a335125808f3b2f9adc495c6fe26053cebe.tar.gz lufa-13085a335125808f3b2f9adc495c6fe26053cebe.tar.bz2 lufa-13085a335125808f3b2f9adc495c6fe26053cebe.zip |
AppConfigHeaders: Switch low level Device mode demos to use LUFAConfig.h configuration header files.
Diffstat (limited to 'Demos/Device/LowLevel/AudioInput/AudioInput.txt')
-rw-r--r-- | Demos/Device/LowLevel/AudioInput/AudioInput.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Demos/Device/LowLevel/AudioInput/AudioInput.txt b/Demos/Device/LowLevel/AudioInput/AudioInput.txt index dd3f6e682..17b476e24 100644 --- a/Demos/Device/LowLevel/AudioInput/AudioInput.txt +++ b/Demos/Device/LowLevel/AudioInput/AudioInput.txt @@ -73,13 +73,13 @@ * </tr> * <tr> * <td>USE_TEST_TONE</td> - * <td>Makefile LUFA_OPTS</td> + * <td>AppConfig.h</td> * <td>When defined, this alters the demo to produce a square wave test tone when the first board button is pressed * instead of sampling the board microphone.</td> * </tr> * <tr> * <td>MICROPHONE_BIASED_TO_HALF_RAIL</td> - * <td>Makefile LUFA_OPTS</td> + * <td>AppConfig.h</td> * <td>When defined, this alters the demo so that the half VCC bias of the microphone input is subtracted.</td> * </tr> * </table> |