projects
/
pub
/
lufa.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Removed all user pipe/endpoint interrupt APIs, added internal library support for...
[pub/lufa.git]
/
Demos
/
Device
/
GenericHID
/
GenericHID.h
diff --git
a/Demos/Device/GenericHID/GenericHID.h
b/Demos/Device/GenericHID/GenericHID.h
index
817d377
..
5841595
100644
(file)
--- a/
Demos/Device/GenericHID/GenericHID.h
+++ b/
Demos/Device/GenericHID/GenericHID.h
@@
-68,9
+68,6
@@
};
\r
\r
/* Event Handlers: */
\r
};
\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
/** Indicates that this module will catch the USB_Connect event when thrown by the library. */
\r
HANDLES_EVENT(USB_Connect);
\r
\r