Create a new function pointer type in StreamCallbacks.h for endpoint/pipe stream...
[pub/USBasp.git] / Demos / Device / GenericHID / GenericHID.h
index d13e6de..5841595 100644 (file)
@@ -48,7 +48,6 @@
 \r
                #include <LUFA/Version.h>                    // Library Version Information\r
                #include <LUFA/Scheduler/Scheduler.h>        // Simple scheduler for task management\r
-               #include <LUFA/Common/ButtLoadTag.h>         // PROGMEM tags readable by the ButtLoad project\r
                #include <LUFA/Drivers/USB/USB.h>            // USB Functionality\r
                #include <LUFA/Drivers/Board/LEDs.h>         // LEDs driver\r
                        \r
@@ -69,9 +68,6 @@
                };\r
 \r
        /* Event Handlers: */\r
-               /** Indicates that this module will catch the USB_Reset event when thrown by the library. */\r
-               HANDLES_EVENT(USB_Reset);\r
-\r
                /** Indicates that this module will catch the USB_Connect event when thrown by the library. */\r
                HANDLES_EVENT(USB_Connect);\r
 \r