Add missing <math.h> include for the UC3 devices, hide CDC class driver stream functi...
[pub/USBasp.git] / Demos / Host / LowLevel / AudioOutputHost / ConfigDescriptor.h
index 0c4f067..0292ea4 100644 (file)
@@ -40,7 +40,8 @@
                #include <LUFA/Drivers/USB/USB.h>
 
                #include "AudioOutputHost.h"
-
+               #include "Config/AppConfig.h"
+               
        /* Macros: */
                /** Pipe address for the Audio data OUT pipe. */
                #define AUDIO_DATA_OUT_PIPE          (PIPE_DIR_OUT | 1)