Revert changes made for the partial port to the AVR32 architecture.
[pub/lufa.git] / LUFA / Scheduler / Scheduler.h
index 1ed6491..f71736f 100644 (file)
@@ -61,7 +61,7 @@
  *      {\r
  *             { .Task = MyTask1, .TaskStatus = TASK_RUN, .GroupID = 1  },\r
  *             { .Task = MyTask2, .TaskStatus = TASK_RUN, .GroupID = 1  },\r
- *      };\r
+ *      }\r
  *\r
  *      int main(void)\r
  *      {\r
 #define __SCHEDULER_H__\r
 \r
        /* Includes: */\r
-       #if defined(__AVR32__)\r
-               #include <avr32/io.h>\r
-               #include <stdbool.h>\r
-       #elif defined(__AVR__)\r
                #include <avr/io.h>\r
-               #include <util/atomic.h>\r
                #include <stdbool.h>\r
-       #endif\r
+               \r
+               #include <util/atomic.h>\r
 \r
-       #include "../Common/Common.h"\r
+               #include "../Common/Common.h"\r
 \r
        /* Enable C linkage for C++ Compilers: */\r
                #if defined(__cplusplus)\r