Fixed LowLevel MassStorage demo broken on the U2 AVRs due to double-banked endpoints.
[pub/USBasp.git] / LUFA / Scheduler / Scheduler.h
index 084fb1e..f71736f 100644 (file)
 #define __SCHEDULER_H__\r
 \r
        /* Includes: */\r
 #define __SCHEDULER_H__\r
 \r
        /* Includes: */\r
-       #if defined(__AVR32__)\r
-               #include <avr32/io.h>\r
-               #include <stdbool.h>\r
-       #else\r
                #include <avr/io.h>\r
                #include <avr/io.h>\r
-               #include <util/atomic.h>\r
                #include <stdbool.h>\r
                #include <stdbool.h>\r
-       #endif\r
+               \r
+               #include <util/atomic.h>\r
 \r
 \r
-       #include "../Common/Common.h"\r
+               #include "../Common/Common.h"\r
 \r
        /* Enable C linkage for C++ Compilers: */\r
                #if defined(__cplusplus)\r
 \r
        /* Enable C linkage for C++ Compilers: */\r
                #if defined(__cplusplus)\r