From 2e09feff05ce44a1ed9df610c2ea04088322c6dd Mon Sep 17 00:00:00 2001 From: Dean Date: Tue, 16 Jun 2009 05:53:27 +0000 Subject: 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 --- Demos/Device/ClassDriver/AudioInput/AudioInput.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Demos/Device/ClassDriver/AudioInput/AudioInput.h') 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 #include - #include "Descriptors.h" - #include #include #include @@ -50,6 +48,8 @@ #include #include + #include "Descriptors.h" + /* Macros: */ /** ADC channel number for the microphone input. */ #define MIC_IN_ADC_CHANNEL 2 -- cgit v1.2.3