aboutsummaryrefslogtreecommitdiff
path: root/Demos/Device/MassStorage/MassStorage.h
diff options
context:
space:
mode:
authorDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2009-05-14 10:07:08 +0000
committerDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2009-05-14 10:07:08 +0000
commitbdefd958dace0716fc70e7ee085a0b74b1be7780 (patch)
tree9ab514c6088c9f044c029fdf36c880ecdf700a71 /Demos/Device/MassStorage/MassStorage.h
parente5f0200857aa8944461474f8589c927ec27abea8 (diff)
Removed all user pipe/endpoint interrupt APIs, added internal library support for interrupt driven control endpoints when in device mode by defining INTERRUPT_CONTROL_ENDPOINT token and passing it to the compiler via the -D switch.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@549 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'Demos/Device/MassStorage/MassStorage.h')
-rw-r--r--Demos/Device/MassStorage/MassStorage.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/Demos/Device/MassStorage/MassStorage.h b/Demos/Device/MassStorage/MassStorage.h
index 17acca6b..f0baf146 100644
--- a/Demos/Device/MassStorage/MassStorage.h
+++ b/Demos/Device/MassStorage/MassStorage.h
@@ -134,9 +134,6 @@
STREAM_CALLBACK(AbortOnMassStoreReset);
/* 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);