diff options
Diffstat (limited to 'Demos/Device/GenericHID/GenericHID.h')
-rw-r--r-- | Demos/Device/GenericHID/GenericHID.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Demos/Device/GenericHID/GenericHID.h b/Demos/Device/GenericHID/GenericHID.h index 817d37748..5841595e3 100644 --- a/Demos/Device/GenericHID/GenericHID.h +++ b/Demos/Device/GenericHID/GenericHID.h @@ -68,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);
|