aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Device/LowLevel/AudioOutput/Config/AppConfig.h
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2012-05-13 15:11:57 +0000
committerDean Camera <dean@fourwalledcubicle.com>2012-05-13 15:11:57 +0000
commit7f4462267aeb1f40ad6a9d582168d1b07e53d7f2 (patch)
tree94af8eaa2b8937da12ab4f08711e369e61801d04 /Demos/Device/LowLevel/AudioOutput/Config/AppConfig.h
parent11ed8be1754e57eafbb4b4a62325cfd77317ff77 (diff)
downloadlufa-7f4462267aeb1f40ad6a9d582168d1b07e53d7f2.tar.gz
lufa-7f4462267aeb1f40ad6a9d582168d1b07e53d7f2.tar.bz2
lufa-7f4462267aeb1f40ad6a9d582168d1b07e53d7f2.zip
AppConfigHeaders: Oops - fix up AppConfig.h for the low level AudioOutput and AudioInput demos.
Diffstat (limited to 'Demos/Device/LowLevel/AudioOutput/Config/AppConfig.h')
-rw-r--r--Demos/Device/LowLevel/AudioOutput/Config/AppConfig.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/Demos/Device/LowLevel/AudioOutput/Config/AppConfig.h b/Demos/Device/LowLevel/AudioOutput/Config/AppConfig.h
index 01101649a..8524166c8 100644
--- a/Demos/Device/LowLevel/AudioOutput/Config/AppConfig.h
+++ b/Demos/Device/LowLevel/AudioOutput/Config/AppConfig.h
@@ -43,7 +43,8 @@
#ifndef _APP_CONFIG_H_
#define _APP_CONFIG_H_
- #define MICROPHONE_BIASED_TO_HALF_RAIL
- #define USE_TEST_TONE
+ #define AUDIO_OUT_STEREO
+// #define AUDIO_OUT_MONO
+// #define AUDIO_OUT_PORTC
#endif \ No newline at end of file