From 2f95eea14689d30a3172a7e1e30980072bf23fac Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Thu, 20 Aug 2009 07:16:55 +0000 Subject: Add LOAD ADDRESS command parsing to the V2 Protocol hander in the AVRISP project. Fix up references to functions in the Endpoint/Pipe documentation. --- LUFA/Drivers/USB/HighLevel/Events.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'LUFA/Drivers/USB/HighLevel/Events.h') 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. -- cgit v1.2.3