From 39d07c3da045a3d739f9977101f8a81f0b8ff0e1 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Tue, 16 Jun 2009 05:53:27 +0000 Subject: Added USB Missle Launcher project, submitted by Dave Fletcher. --- Demos/Device/ClassDriver/AudioInput/AudioInput.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Demos/Device/ClassDriver/AudioInput') 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 #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