projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
More minor renaming of library enums and events to try to create a consistent API.
[pub/USBasp.git]
/
Demos
/
OTG
/
TestApp
/
TestEvents.c
diff --git
a/Demos/OTG/TestApp/TestEvents.c
b/Demos/OTG/TestApp/TestEvents.c
index
1751477
..
b153012
100644
(file)
--- a/
Demos/OTG/TestApp/TestEvents.c
+++ b/
Demos/OTG/TestApp/TestEvents.c
@@
-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