diff options
| author | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2009-06-16 05:53:27 +0000 |
|---|---|---|
| committer | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2009-06-16 05:53:27 +0000 |
| commit | 2e09feff05ce44a1ed9df610c2ea04088322c6dd (patch) | |
| tree | 190d1cb9cc3a6dc9f0f2a5008631553a57bb54f4 /Demos/Device/ClassDriver/AudioInput/AudioInput.h | |
| parent | e2a9e796c8d339c088028f222adfc9ff4b48ca7d (diff) | |
Added USB Missle Launcher project, submitted by Dave Fletcher.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@604 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'Demos/Device/ClassDriver/AudioInput/AudioInput.h')
| -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 d0e8db69..f2626733 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
|
