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
/
Lib
/
uIPManagement.c
diff --git
a/Projects/Webserver/Lib/uIPManagement.c
b/Projects/Webserver/Lib/uIPManagement.c
index
2d1a931
..
1270e18
100644
(file)
--- a/
Projects/Webserver/Lib/uIPManagement.c
+++ b/
Projects/Webserver/Lib/uIPManagement.c
@@
-90,7
+90,7
@@
void uIPManagement_Init(void)
*/
void uIPManagement_ManageNetwork(void)
{
*/
void uIPManagement_ManageNetwork(void)
{
- if ((USB_CurrentMode == USB_MODE_H
OST
) && (USB_HostState == HOST_STATE_Configured))
+ if ((USB_CurrentMode == USB_MODE_H
ost
) && (USB_HostState == HOST_STATE_Configured))
{
uIPManagement_ProcessIncomingPacket();
uIPManagement_ManageConnections();
{
uIPManagement_ProcessIncomingPacket();
uIPManagement_ManageConnections();