Add LOAD ADDRESS command parsing to the V2 Protocol hander in the AVRISP project.
[pub/lufa.git] / LUFA / Drivers / USB / HighLevel / Events.h
index 4ed6537..9b60a95 100644 (file)
@@ -97,7 +97,7 @@
                        \r
                        /** Event for USB device attachment. This event fires when a the USB interface is in host mode, and\r
                         *  a USB device has been connected to the USB interface. This is interrupt driven, thus fires before\r
-                        *  the standard \ref EVENT_USB_Device_Connect event and so can be used to programmatically start the USB\r
+                        *  the standard \ref EVENT_USB_Device_Connect() event and so can be used to programmatically start the USB\r
                         *  management task to reduce CPU consumption.\r
                         *\r
                         *  \note This event only exists on USB AVR models which supports host mode.\r