Deleted StdDescriptors.c, renamed USB_GetDescriptor() to CALLBACK_USB_GetDescriptor...
[pub/lufa.git] / Demos / OTG / TestApp / TestEvents.c
index a444cc6..b2f1740 100644 (file)
@@ -179,18 +179,6 @@ void EVENT_USB_DeviceEnumerationFailed(const uint8_t ErrorCode, const uint8_t Su
        printf_P(PSTR(" -- In State %d\r\n"), USB_HostState);\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
-void EVENT_USB_DeviceError(const uint8_t ErrorCode)\r
-{\r
-       puts_P(PSTR(EVENT_PREFIX ESC_BG_RED "Device Mode Error\r\n"));\r
-       printf_P(PSTR(" -- Error Code %d\r\n"), ErrorCode);\r
-\r
-       Abort_Program();\r
-}\r
-\r
 /** Event handler for the USB_UnhandledControlPacket event. When fired, the event is logged to the USART. */\r
 void EVENT_USB_UnhandledControlPacket(void)\r
 {\r