Seperated out parts of the PrinterHost incomplete demo into a seperate Lib subdirectory.
Fixed Host mode to Device mode UID change not causing a USB Disconnect event when a device was connected.
This commit is contained in:
@@ -39,7 +39,7 @@ volatile bool USB_IsInitialized;
|
||||
USB_Request_Header_t USB_ControlRequest;
|
||||
|
||||
#if defined(USB_CAN_BE_HOST)
|
||||
volatile uint8_t USB_HostState;
|
||||
volatile uint8_t USB_HostState;
|
||||
#endif
|
||||
|
||||
void USB_USBTask(void)
|
||||
|
||||
Reference in New Issue
Block a user