Fix Webserver project code not compiling due to the changes to the USB mode selection constant names.
This commit is contained in:
@@ -48,7 +48,7 @@ int main(void)
|
||||
|
||||
for (;;)
|
||||
{
|
||||
if (USB_CurrentMode == USB_MODE_HOST)
|
||||
if (USB_CurrentMode == USB_MODE_Host)
|
||||
USBHostMode_USBTask();
|
||||
else
|
||||
USBDeviceMode_USBTask();
|
||||
|
||||
Reference in New Issue
Block a user