Add drivers for the EVK1101 - begin full port to the AVR32 UC3B line of AVRs.
[pub/lufa.git] / LUFA / Scheduler / Scheduler.h
index f71736f..084fb1e 100644 (file)
 #define __SCHEDULER_H__\r
 \r
        /* Includes: */\r
-               #include <avr/io.h>\r
+       #if defined(__AVR32__)\r
+               #include <avr32/io.h>\r
                #include <stdbool.h>\r
-               \r
+       #else\r
+               #include <avr/io.h>\r
                #include <util/atomic.h>\r
+               #include <stdbool.h>\r
+       #endif\r
 \r
-               #include "../Common/Common.h"\r
+       #include "../Common/Common.h"\r
 \r
        /* Enable C linkage for C++ Compilers: */\r
                #if defined(__cplusplus)\r