X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/1c16ae399a9f924c15d9dec54cacb1320ff0a92f..e0985b995009d71b80d214a66944e76f4e41aadb:/Demos/OTG/TestApp/TestEvents.h diff --git a/Demos/OTG/TestApp/TestEvents.h b/Demos/OTG/TestApp/TestEvents.h index adaf87595..a1f149f47 100644 --- a/Demos/OTG/TestApp/TestEvents.h +++ b/Demos/OTG/TestApp/TestEvents.h @@ -42,7 +42,7 @@ #include // Commonly used macros #include // USB Functionality #include // LED driver - #include // USART Stream driver + #include // USART Stream driver #include // ANSI Terminal Escape Codes #include // Simple scheduler for task management @@ -74,8 +74,8 @@ /** Indicates that this module will catch the USB_UIDChange event when thrown by the library. */ HANDLES_EVENT(USB_UIDChange); - /** Indicates that this module will catch the USB_PowerOnFail event when thrown by the library. */ - HANDLES_EVENT(USB_PowerOnFail); + /** Indicates that this module will catch the USB_InitFailure event when thrown by the library. */ + HANDLES_EVENT(USB_InitFailure); /** Indicates that this module will catch the USB_HostError event when thrown by the library. */ HANDLES_EVENT(USB_HostError);