diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2009-05-19 10:36:39 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2009-05-19 10:36:39 +0000 |
commit | 59becad82f18c158063ef450d65fefa332857e86 (patch) | |
tree | 00802e85f2e78dfa1841e0660c709bb702bef25d /LUFA/Drivers/USB/HighLevel/Events.h | |
parent | 4a8ac5e474741f14492597880e751b3f806cb965 (diff) | |
download | lufa-59becad82f18c158063ef450d65fefa332857e86.tar.gz lufa-59becad82f18c158063ef450d65fefa332857e86.tar.bz2 lufa-59becad82f18c158063ef450d65fefa332857e86.zip |
Fix broken doxygen reference in last commit.
Diffstat (limited to 'LUFA/Drivers/USB/HighLevel/Events.h')
-rw-r--r-- | LUFA/Drivers/USB/HighLevel/Events.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/LUFA/Drivers/USB/HighLevel/Events.h b/LUFA/Drivers/USB/HighLevel/Events.h index 2044a503d..464f21aa8 100644 --- a/LUFA/Drivers/USB/HighLevel/Events.h +++ b/LUFA/Drivers/USB/HighLevel/Events.h @@ -38,8 +38,7 @@ *
* Events can be hooked by the user application by declaring a handler function with the same name and parameters
* listed here. If an event with no user-associated handler is fired within the library, it by default maps to an
- * internal empty stub function. This trasparent hook system is achieved through the use of the GCC compiler's
- * "alias" attribute.
+ * internal empty stub function.
*
* Each event must only have one associated event handler, but can be raised by multiple sources.
*
@@ -134,8 +133,8 @@ /** Event for USB mode pin level change. This event fires when the USB interface is set to dual role
* mode, and the UID pin level has changed to indicate a new mode (device or host). This event fires
- * before the mode is switched to the newly indicated mode but after the \ref USB_Disconnect event has
- * fired (if connected before the role change).
+ * before the mode is switched to the newly indicated mode but after the \ref EVENT_USB_Disconnect event
+ * has fired (if connected before the role change).
*
* \note This event only exists on USB AVR models which support dual role modes.
*
|