aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/HighLevel/Events.h
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2009-05-02 05:49:15 +0000
committerDean Camera <dean@fourwalledcubicle.com>2009-05-02 05:49:15 +0000
commit13935a31b9bb1360c9e46c0893e77e0c47761cb9 (patch)
tree99dbf421ebf570e93d64f2256654ac335cfa8e50 /LUFA/Drivers/USB/HighLevel/Events.h
parentf05224ec46826b99318aceb1cc28b539d7892a7a (diff)
downloadlufa-13935a31b9bb1360c9e46c0893e77e0c47761cb9.tar.gz
lufa-13935a31b9bb1360c9e46c0893e77e0c47761cb9.tar.bz2
lufa-13935a31b9bb1360c9e46c0893e77e0c47761cb9.zip
Fixed reversed signature byte ordering in the CDC bootloader (thanks to Johannes Raschke).
Diffstat (limited to 'LUFA/Drivers/USB/HighLevel/Events.h')
-rw-r--r--LUFA/Drivers/USB/HighLevel/Events.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/LUFA/Drivers/USB/HighLevel/Events.h b/LUFA/Drivers/USB/HighLevel/Events.h
index 317495cc0..781553457 100644
--- a/LUFA/Drivers/USB/HighLevel/Events.h
+++ b/LUFA/Drivers/USB/HighLevel/Events.h
@@ -265,11 +265,11 @@
* in host mode, and an attached USB device has failed to enumerate completely.
*
* \param ErrorCode Error code indicating the failure reason, a value in
- * USB_Host_EnumerationErrorCodes_t located in Host.h.
+ * \ref USB_Host_EnumerationErrorCodes_t located in Host.h.
*
* \param SubErrorCode Sub error code indicating the reason for failure - for example, if the
* ErrorCode parameter indicates a control error, this will give the error
- * code returned by the USB_Host_SendControlRequest() function.
+ * code returned by the \ref USB_Host_SendControlRequest() function.
*
* \note This event only exists on USB AVR models which supports host mode.
*