Fix Webserver project code not compiling due to the changes to the USB mode selection constant names.
This commit is contained in:
@@ -90,7 +90,7 @@ void uIPManagement_Init(void)
|
||||
*/
|
||||
void uIPManagement_ManageNetwork(void)
|
||||
{
|
||||
if ((USB_CurrentMode == USB_MODE_HOST) && (USB_HostState == HOST_STATE_Configured))
|
||||
if ((USB_CurrentMode == USB_MODE_Host) && (USB_HostState == HOST_STATE_Configured))
|
||||
{
|
||||
uIPManagement_ProcessIncomingPacket();
|
||||
uIPManagement_ManageConnections();
|
||||
|
||||
Reference in New Issue
Block a user