Fix accidental struct copies on the stack in the old RNDISEthernet demo TCP code.
[pub/USBasp.git] / Demos / Device / ClassDriver / AudioInput / Descriptors.h
index 359a287..a3f7f26 100644 (file)
@@ -41,6 +41,8 @@
 
                #include <avr/pgmspace.h>
 
 
                #include <avr/pgmspace.h>
 
+               #include "Config/AppConfig.h"
+
        /* Macros: */
                /** Endpoint address of the Audio isochronous streaming data IN endpoint. */
                #define AUDIO_STREAM_EPADDR           (ENDPOINT_DIR_IN | 1)
        /* Macros: */
                /** Endpoint address of the Audio isochronous streaming data IN endpoint. */
                #define AUDIO_STREAM_EPADDR           (ENDPOINT_DIR_IN | 1)