Don't enable the pullup on the target /RESET line in the AVRISP project for PDI mode...
[pub/lufa.git] / LUFA / Drivers / USB / HighLevel / StdDescriptors.h
index 363d262..b79b784 100644 (file)
 #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