X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/ed031c1df2f5b053b9cd9f48c63e66a42b7c049e..e0985b995009d71b80d214a66944e76f4e41aadb:/Demos/OTG/TestApp/TestEvents.h?ds=inline diff --git a/Demos/OTG/TestApp/TestEvents.h b/Demos/OTG/TestApp/TestEvents.h index 6ba06aed8..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);