projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fix Webserver project code not compiling due to the changes to the USB mode selection...
[pub/USBasp.git]
/
Projects
/
Webserver
/
USBHostMode.c
diff --git
a/Projects/Webserver/USBHostMode.c
b/Projects/Webserver/USBHostMode.c
index
0eb5c6f
..
d3caa40
100644
(file)
--- a/
Projects/Webserver/USBHostMode.c
+++ b/
Projects/Webserver/USBHostMode.c
@@
-63,7
+63,7
@@
USB_ClassInfo_RNDIS_Host_t Ethernet_RNDIS_Interface =
*/
void USBHostMode_USBTask(void)
{
- if (USB_CurrentMode != USB_MODE_H
OST
)
+ if (USB_CurrentMode != USB_MODE_H
ost
)
return;
switch (USB_HostState)