aboutsummaryrefslogtreecommitdiff
path: root/Demos/Device/LowLevel/AudioInput/AudioInput.h
diff options
context:
space:
mode:
authorDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2012-05-13 21:01:23 +0000
committerDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2012-05-13 21:01:23 +0000
commitde64d3b8b2b1ca8f524aa7760b5ab807135dd21d (patch)
tree5daf1ada1335d2781e144548b55d8253adff0c05 /Demos/Device/LowLevel/AudioInput/AudioInput.h
parenta3c6569569b450647b60fd7dfa720ffb1a1e823e (diff)
AppConfigHeaders: Move out the last of the demo/app configurations into new AppConfig.h header files.
git-svn-id: http://lufa-lib.googlecode.com/svn/branches/AppConfigHeaders@2217 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'Demos/Device/LowLevel/AudioInput/AudioInput.h')
-rw-r--r--Demos/Device/LowLevel/AudioInput/AudioInput.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/Demos/Device/LowLevel/AudioInput/AudioInput.h b/Demos/Device/LowLevel/AudioInput/AudioInput.h
index fc209371..0539e069 100644
--- a/Demos/Device/LowLevel/AudioInput/AudioInput.h
+++ b/Demos/Device/LowLevel/AudioInput/AudioInput.h
@@ -52,12 +52,6 @@
#include <LUFA/Drivers/Peripheral/ADC.h>
/* Macros: */
- /** ADC channel number for the microphone input. */
- #define MIC_IN_ADC_CHANNEL 2
-
- /** ADC channel MUX mask for the microphone input. */
- #define MIC_IN_ADC_MUX_MASK ADC_CHANNEL2
-
/** Maximum audio sample value for the microphone input. */
#define SAMPLE_MAX_RANGE 0xFFFF