projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Enhance the HotmailNotifier project so that the LEDs' individual brightness can be...
[pub/USBasp.git]
/
Demos
/
Host
/
LowLevel
/
KeyboardHostWithParser
/
ConfigDescriptor.c
diff --git
a/Demos/Host/LowLevel/KeyboardHostWithParser/ConfigDescriptor.c
b/Demos/Host/LowLevel/KeyboardHostWithParser/ConfigDescriptor.c
index
01fb09e
..
73e0abe
100644
(file)
--- a/
Demos/Host/LowLevel/KeyboardHostWithParser/ConfigDescriptor.c
+++ b/
Demos/Host/LowLevel/KeyboardHostWithParser/ConfigDescriptor.c
@@
-52,7
+52,7
@@
uint8_t ProcessConfigurationDescriptor(void)
uint16_t CurrConfigBytesRem;
\r
\r
/* Retrieve the entire configuration descriptor into the allocated buffer */
\r
uint16_t CurrConfigBytesRem;
\r
\r
/* Retrieve the entire configuration descriptor into the allocated buffer */
\r
- switch (USB_GetDeviceConfigDescriptor(1, &CurrConfigBytesRem, ConfigDescriptorData, sizeof(ConfigDescriptorData)))
\r
+ switch (USB_
Host_
GetDeviceConfigDescriptor(1, &CurrConfigBytesRem, ConfigDescriptorData, sizeof(ConfigDescriptorData)))
\r
{
\r
case HOST_GETCONFIG_Successful:
\r
break;
\r
{
\r
case HOST_GETCONFIG_Successful:
\r
break;
\r