More minor renaming of library enums and events to try to create a consistent API.
[pub/USBasp.git] / Demos / OTG / TestApp / TestEvents.c
index 1751477..b153012 100644 (file)
@@ -139,7 +139,7 @@ EVENT_HANDLER(USB_UIDChange)
  *  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