AppConfigHeaders: Oops - fix up AppConfig.h for the low level AudioOutput and AudioInput demos.

This commit is contained in:
Dean Camera 2012-05-13 15:11:57 +00:00
parent 11ed8be175
commit 7f4462267a
3 changed files with 53 additions and 3 deletions

View file

@ -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