/** \file\r
*\r
* This file contains dummy handlers for all the possible USB events passed to the\r
- * application by the library (see Events.h documentation for more details on USB events).\r
+ * application by the library (see \ref Group_Events documentation for more details on USB events).\r
*\r
* Each event is caught and printed to the USART so that they may be monitored.\r
*/\r
* Event handler for the USB_PowerOnFail event. When fired, the event is logged to the USART and the program\r
* execution aborted.\r
*/\r
-EVENT_HANDLER(USB_PowerOnFail)\r
+EVENT_HANDLER(USB_InitFailure)\r
{\r
char* ModeStrPtr;\r
\r