Add missing <math.h> include for the UC3 devices, hide CDC class driver stream functi...
[pub/USBasp.git] / Demos / Device / ClassDriver / MassStorageKeyboard / Descriptors.h
index fb1a379..f79cd2e 100644 (file)
@@ -42,6 +42,8 @@
 
                #include <LUFA/Drivers/USB/USB.h>
 
+               #include "Config/AppConfig.h"
+               
        /* Macros: */
                /** Endpoint address of the Keyboard HID reporting IN endpoint. */
                #define KEYBOARD_EPADDR              (ENDPOINT_DIR_IN  | 1)