Fix Webserver project code not compiling due to the changes to the USB mode selection constant names.
This commit is contained in:
@@ -63,7 +63,7 @@ USB_ClassInfo_RNDIS_Host_t Ethernet_RNDIS_Interface =
|
||||
*/
|
||||
void USBHostMode_USBTask(void)
|
||||
{
|
||||
if (USB_CurrentMode != USB_MODE_HOST)
|
||||
if (USB_CurrentMode != USB_MODE_Host)
|
||||
return;
|
||||
|
||||
switch (USB_HostState)
|
||||
|
||||
Reference in New Issue
Block a user