More minor renaming of library enums and events to try to create a consistent API.
[pub/USBasp.git] / Demos / OTG / TestApp / TestEvents.h
index b5a83ed..a1f149f 100644 (file)
@@ -74,8 +74,8 @@
                /** Indicates that this module will catch the USB_UIDChange event when thrown by the library. */\r
                HANDLES_EVENT(USB_UIDChange);\r
 \r
-               /** Indicates that this module will catch the USB_PowerOnFail event when thrown by the library. */\r
-               HANDLES_EVENT(USB_PowerOnFail);\r
+               /** Indicates that this module will catch the USB_InitFailure event when thrown by the library. */\r
+               HANDLES_EVENT(USB_InitFailure);\r
 \r
                /** Indicates that this module will catch the USB_HostError event when thrown by the library. */\r
                HANDLES_EVENT(USB_HostError);\r