projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
AppConfigHeaders: Oops - fix up AppConfig.h for the low level AudioOutput and AudioIn...
[pub/USBasp.git]
/
Demos
/
Device
/
LowLevel
/
AudioOutput
/
Config
/
AppConfig.h
diff --git
a/Demos/Device/LowLevel/AudioOutput/Config/AppConfig.h
b/Demos/Device/LowLevel/AudioOutput/Config/AppConfig.h
index
0110164
..
8524166
100644
(file)
--- 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