aboutsummaryrefslogtreecommitdiff
path: root/Demos/Device/LowLevel/AudioInput/AudioInput.txt
diff options
context:
space:
mode:
authorDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2012-05-13 15:03:17 +0000
committerDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2012-05-13 15:03:17 +0000
commit698f9eb51117f9fd0cc6e12e474c332af37ab78a (patch)
tree0d11d457795b870116e3ace34a38b40a17b63baf /Demos/Device/LowLevel/AudioInput/AudioInput.txt
parentbe873883d5ef94855fa93068dedaa01ac4dd5a93 (diff)
AppConfigHeaders: Switch low level Device mode demos to use LUFAConfig.h configuration header files.
git-svn-id: http://lufa-lib.googlecode.com/svn/branches/AppConfigHeaders@2210 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'Demos/Device/LowLevel/AudioInput/AudioInput.txt')
-rw-r--r--Demos/Device/LowLevel/AudioInput/AudioInput.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Demos/Device/LowLevel/AudioInput/AudioInput.txt b/Demos/Device/LowLevel/AudioInput/AudioInput.txt
index dd3f6e68..17b476e2 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>