diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2009-06-16 05:53:27 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2009-06-16 05:53:27 +0000 |
commit | 39d07c3da045a3d739f9977101f8a81f0b8ff0e1 (patch) | |
tree | 190d1cb9cc3a6dc9f0f2a5008631553a57bb54f4 /Demos/Device/ClassDriver | |
parent | b5ca3990c2ec9dc240fb334002ed2f7c82eea853 (diff) | |
download | lufa-39d07c3da045a3d739f9977101f8a81f0b8ff0e1.tar.gz lufa-39d07c3da045a3d739f9977101f8a81f0b8ff0e1.tar.bz2 lufa-39d07c3da045a3d739f9977101f8a81f0b8ff0e1.zip |
Added USB Missle Launcher project, submitted by Dave Fletcher.
Diffstat (limited to 'Demos/Device/ClassDriver')
-rw-r--r-- | Demos/Device/ClassDriver/AudioInput/AudioInput.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Demos/Device/ClassDriver/AudioInput/AudioInput.h b/Demos/Device/ClassDriver/AudioInput/AudioInput.h index d0e8db698..f26267339 100644 --- a/Demos/Device/ClassDriver/AudioInput/AudioInput.h +++ b/Demos/Device/ClassDriver/AudioInput/AudioInput.h @@ -41,8 +41,6 @@ #include <avr/wdt.h>
#include <avr/power.h>
- #include "Descriptors.h"
-
#include <LUFA/Version.h>
#include <LUFA/Drivers/Board/LEDs.h>
#include <LUFA/Drivers/Board/Joystick.h>
@@ -50,6 +48,8 @@ #include <LUFA/Drivers/USB/USB.h>
#include <LUFA/Drivers/USB/Class/Audio.h>
+ #include "Descriptors.h"
+
/* Macros: */
/** ADC channel number for the microphone input. */
#define MIC_IN_ADC_CHANNEL 2
|