Add troubleshooting page to the build system section of the documentation.
[pub/USBasp.git] / Demos / Host / LowLevel / AudioOutputHost / ConfigDescriptor.h
index 0c4f067..52bac63 100644 (file)
@@ -18,7 +18,7 @@
   advertising or publicity pertaining to distribution of the
   software without specific, written prior permission.
 
   advertising or publicity pertaining to distribution of the
   software without specific, written prior permission.
 
-  The author disclaim all warranties with regard to this
+  The author disclaims all warranties with regard to this
   software, including all implied warranties of merchantability
   and fitness.  In no event shall the author be liable for any
   special, indirect or consequential damages or any damages
   software, including all implied warranties of merchantability
   and fitness.  In no event shall the author be liable for any
   special, indirect or consequential damages or any damages
@@ -40,7 +40,8 @@
                #include <LUFA/Drivers/USB/USB.h>
 
                #include "AudioOutputHost.h"
                #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)
        /* Macros: */
                /** Pipe address for the Audio data OUT pipe. */
                #define AUDIO_DATA_OUT_PIPE          (PIPE_DIR_OUT | 1)