projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fixed Mouse and Keyboard device demos not acting in accordance with the HID specifica...
[pub/USBasp.git]
/
Demos
/
OTG
/
TestApp
/
TestEvents.c
diff --git
a/Demos/OTG/TestApp/TestEvents.c
b/Demos/OTG/TestApp/TestEvents.c
index
884e5b6
..
b542bfc
100644
(file)
--- a/
Demos/OTG/TestApp/TestEvents.c
+++ b/
Demos/OTG/TestApp/TestEvents.c
@@
-175,6
+175,8
@@
EVENT_HANDLER(USB_DeviceEnumerationFailed)
{
\r
puts_P(PSTR(ESC_BG_RED "Dev Enum Error\r\n"));
\r
printf_P(PSTR(" -- Error Code %d\r\n"), ErrorCode);
\r
+ printf_P(PSTR(" -- Sub Error Code %d\r\n"), SubErrorCode);
\r
+ printf_P(PSTR(" -- In State %d\r\n"), USB_HostState);
\r
}
\r
\r
/**
\r