X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/ece9e3d5991dd481fc36baf799a1a85d14b88251..eeba38e343a299e12964aec15fd43108d3dc9130:/Demos/Device/GenericHID/GenericHID.h diff --git a/Demos/Device/GenericHID/GenericHID.h b/Demos/Device/GenericHID/GenericHID.h index d13e6debf..5841595e3 100644 --- a/Demos/Device/GenericHID/GenericHID.h +++ b/Demos/Device/GenericHID/GenericHID.h @@ -48,7 +48,6 @@ #include // Library Version Information #include // Simple scheduler for task management - #include // PROGMEM tags readable by the ButtLoad project #include // USB Functionality #include // LEDs driver @@ -69,9 +68,6 @@ }; /* Event Handlers: */ - /** Indicates that this module will catch the USB_Reset event when thrown by the library. */ - HANDLES_EVENT(USB_Reset); - /** Indicates that this module will catch the USB_Connect event when thrown by the library. */ HANDLES_EVENT(USB_Connect);