X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/11bb2f21720c2af4b29732ca128963869e5c512c..e0985b995009d71b80d214a66944e76f4e41aadb:/Demos/OTG/TestApp/TestEvents.h?ds=inline diff --git a/Demos/OTG/TestApp/TestEvents.h b/Demos/OTG/TestApp/TestEvents.h index b5a83ed8f..a1f149f47 100644 --- a/Demos/OTG/TestApp/TestEvents.h +++ b/Demos/OTG/TestApp/TestEvents.h @@ -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);