projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Finish initial draft of the Host Mode HID Class driver.
[pub/USBasp.git]
/
Demos
/
Host
/
LowLevel
/
KeyboardHostWithParser
/
KeyboardHostWithParser.c
diff --git
a/Demos/Host/LowLevel/KeyboardHostWithParser/KeyboardHostWithParser.c
b/Demos/Host/LowLevel/KeyboardHostWithParser/KeyboardHostWithParser.c
index
e0146e6
..
3b97ad7
100644
(file)
--- a/
Demos/Host/LowLevel/KeyboardHostWithParser/KeyboardHostWithParser.c
+++ b/
Demos/Host/LowLevel/KeyboardHostWithParser/KeyboardHostWithParser.c
@@
-200,7
+200,7
@@
void Keyboard_HID_Task(void)
((ReportSizeFeatureBits >> 3) + ((ReportSizeFeatureBits & 0x07) != 0)));
\r
}
\r
\r
((ReportSizeFeatureBits >> 3) + ((ReportSizeFeatureBits & 0x07) != 0)));
\r
}
\r
\r
- puts_P(PSTR("
Keyboard
Enumerated.\r\n"));
\r
+ puts_P(PSTR("
HID Device
Enumerated.\r\n"));
\r
\r
USB_HostState = HOST_STATE_Configured;
\r
break;
\r
\r
USB_HostState = HOST_STATE_Configured;
\r
break;
\r