projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Mark build test makefiles as being incompatible with parallel make builds, as they...
[pub/USBasp.git]
/
Demos
/
Host
/
LowLevel
/
AudioOutputHost
/
AudioOutputHost.h
diff --git
a/Demos/Host/LowLevel/AudioOutputHost/AudioOutputHost.h
b/Demos/Host/LowLevel/AudioOutputHost/AudioOutputHost.h
index
1834e70
..
189abcf
100644
(file)
--- a/
Demos/Host/LowLevel/AudioOutputHost/AudioOutputHost.h
+++ b/
Demos/Host/LowLevel/AudioOutputHost/AudioOutputHost.h
@@
-44,7
+44,6
@@
#include <avr/interrupt.h>
#include <stdio.h>
#include <avr/interrupt.h>
#include <stdio.h>
- #include <LUFA/Version.h>
#include <LUFA/Drivers/Misc/TerminalCodes.h>
#include <LUFA/Drivers/USB/USB.h>
#include <LUFA/Drivers/Peripheral/Serial.h>
#include <LUFA/Drivers/Misc/TerminalCodes.h>
#include <LUFA/Drivers/USB/USB.h>
#include <LUFA/Drivers/Peripheral/Serial.h>
@@
-53,14
+52,9
@@
#include <LUFA/Drivers/Board/Buttons.h>
#include "ConfigDescriptor.h"
#include <LUFA/Drivers/Board/Buttons.h>
#include "ConfigDescriptor.h"
+ #include "Config/AppConfig.h"
/* Macros: */
/* 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
/** Maximum audio sample value for the microphone input. */
#define SAMPLE_MAX_RANGE 0xFFFF