Commit of new class abstraction APIs for all device demos other than the MIDI demo...
[pub/USBasp.git] / LUFA / Drivers / USB / HighLevel / USBTask.h
index 1e1209a..e4c8a02 100644 (file)
@@ -38,7 +38,6 @@
                #include <stdbool.h>\r
                #include <stddef.h>\r
                \r
-               #include "../../../Scheduler/Scheduler.h"\r
                #include "../LowLevel/LowLevel.h"\r
                #include "StdRequestType.h"\r
                #include "USBMode.h"\r
                        extern volatile uint8_t USB_HostState;\r
                        #endif\r
 \r
-               /* Tasks: */\r
+               /* Function Prototypes: */\r
                        /** This is the main USB management task. The USB driver requires that this task be executed\r
                         *  continuously when the USB system is active (device attached in host mode, or attached to a host\r
                         *  in device mode) in order to manage USB communications. This task may be executed inside an RTOS,\r
-                        *  scheduler (e.g. the simple LUFA Scheduler), fast timer ISR or the main user application loop.\r
+                        *  fast timer ISR or the main user application loop.\r
                         *\r
                         *  The USB task must be serviced within 30ms while in device mode, or within 1ms while in host mode.\r
                         *  The task may be serviced at all times, or (for minimum CPU consumption):\r
                         *\r
                         *  \ingroup Group_USBManagement\r
                         */\r
-                       TASK(USB_USBTask);\r
+                       void USB_USBTask(void);\r
 \r
        /* Private Interface - For use in library only: */\r
        #if !defined(__DOXYGEN__)\r