Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Erik Strand
lufa
Commits
59becad8
Commit
59becad8
authored
May 19, 2009
by
Dean Camera
Browse files
Fix broken doxygen reference in last commit.
parent
4a8ac5e4
Changes
1
Hide whitespace changes
Inline
Side-by-side
LUFA/Drivers/USB/HighLevel/Events.h
View file @
59becad8
...
...
@@ -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.
*
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment