X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/6198289b388e4122afe4913f899b37a8e7cd8af4..ece9e3d5991dd481fc36baf799a1a85d14b88251:/Demos/Device/GenericHID/GenericHID.h?ds=inline diff --git a/Demos/Device/GenericHID/GenericHID.h b/Demos/Device/GenericHID/GenericHID.h index 4bdf2361f..d13e6debf 100644 --- a/Demos/Device/GenericHID/GenericHID.h +++ b/Demos/Device/GenericHID/GenericHID.h @@ -47,6 +47,7 @@ #include "Descriptors.h" #include // Library Version Information + #include // Simple scheduler for task management #include // PROGMEM tags readable by the ButtLoad project #include // USB Functionality #include // LEDs driver @@ -79,6 +80,9 @@ /** Indicates that this module will catch the USB_ConfigurationChanged event when thrown by the library. */ HANDLES_EVENT(USB_ConfigurationChanged); + + /* Task Definitions: */ + TASK(USB_HID_Report); /* Function Prototypes: */ void UpdateStatus(uint8_t CurrentStatus);