-EVENT_HANDLER(USB_DeviceEnumerationFailed)\r
-{\r
-       puts_P(PSTR(ESC_BG_RED "Dev Enum Error\r\n"));\r
-       printf_P(PSTR(" -- Error Code %d\r\n"), ErrorCode);\r
-}\r
-\r
-/**\r
- *  Event handler for the USB_DeviceError event. When fired, the event is logged to the USART and the program\r
- *  execution aborted.\r
- */\r
-EVENT_HANDLER(USB_DeviceError)\r