Fixed LowLevel MassStorage demo broken on the U2 AVRs due to double-banked endpoints.
[pub/USBasp.git] / LUFA / Drivers / USB / HighLevel / StdDescriptors.h
index 363d262..b79b784 100644 (file)
 #define __USBDESCRIPTORS_H__\r
 \r
        /* Includes: */\r
 #define __USBDESCRIPTORS_H__\r
 \r
        /* Includes: */\r
-               #if defined(__AVR32__)\r
-                       #include <avr32/io.h>\r
-                       #include <stdint.h>\r
-                       #include <stdbool.h>\r
-                       #include <stddef.h>\r
-               #elif defined(__AVR__)\r
-                       #include <avr/pgmspace.h>\r
-                       #include <stdbool.h>\r
-                       #include <stddef.h>\r
-               #endif\r
+               #include <avr/pgmspace.h>\r
+               #include <stdbool.h>\r
+               #include <stddef.h>\r
 \r
                #include "../../../Common/Common.h"\r
                #include "USBMode.h"\r
 \r
                #include "../../../Common/Common.h"\r
                #include "USBMode.h"\r