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
/
MassStorage
/
MassStorage.h
diff --git
a/Demos/Device/MassStorage/MassStorage.h
b/Demos/Device/MassStorage/MassStorage.h
index
17acca6
..
f0baf14
100644
(file)
--- a/
Demos/Device/MassStorage/MassStorage.h
+++ b/
Demos/Device/MassStorage/MassStorage.h
@@
-134,9
+134,6
@@
STREAM_CALLBACK(AbortOnMassStoreReset);
\r
\r
/* Event Handlers: */
\r
STREAM_CALLBACK(AbortOnMassStoreReset);
\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