aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/HighLevel/Events.h
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2009-08-20 07:16:55 +0000
committerDean Camera <dean@fourwalledcubicle.com>2009-08-20 07:16:55 +0000
commit2f95eea14689d30a3172a7e1e30980072bf23fac (patch)
tree8eeb7837e15fb6c61eb6f4bbe2dacf4e0e7cf661 /LUFA/Drivers/USB/HighLevel/Events.h
parenta9602f02509432e2a0e531b33d491558b69c14d8 (diff)
downloadlufa-2f95eea14689d30a3172a7e1e30980072bf23fac.tar.gz
lufa-2f95eea14689d30a3172a7e1e30980072bf23fac.tar.bz2
lufa-2f95eea14689d30a3172a7e1e30980072bf23fac.zip
Add LOAD ADDRESS command parsing to the V2 Protocol hander in the AVRISP project.
Fix up references to functions in the Endpoint/Pipe documentation.
Diffstat (limited to 'LUFA/Drivers/USB/HighLevel/Events.h')
-rw-r--r--LUFA/Drivers/USB/HighLevel/Events.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/LUFA/Drivers/USB/HighLevel/Events.h b/LUFA/Drivers/USB/HighLevel/Events.h
index 4ed6537b7..9b60a957b 100644
--- a/LUFA/Drivers/USB/HighLevel/Events.h
+++ b/LUFA/Drivers/USB/HighLevel/Events.h
@@ -97,7 +97,7 @@
/** Event for USB device attachment. This event fires when a the USB interface is in host mode, and
* a USB device has been connected to the USB interface. This is interrupt driven, thus fires before
- * the standard \ref EVENT_USB_Device_Connect event and so can be used to programmatically start the USB
+ * the standard \ref EVENT_USB_Device_Connect() event and so can be used to programmatically start the USB
* management task to reduce CPU consumption.
*
* \note This event only exists on USB AVR models which supports host mode.