Fix memory corruption in Host mode Mass Storage Class driver.
This commit is contained in:
parent
cd2dcc9163
commit
754ea083d4
3 changed files with 4 additions and 4 deletions
|
@ -98,7 +98,7 @@ int main(void)
|
|||
break;
|
||||
}
|
||||
|
||||
printf("Mouse Enumerated.\r\n");
|
||||
printf("Mass Storage Device Enumerated.\r\n");
|
||||
USB_HostState = HOST_STATE_Configured;
|
||||
break;
|
||||
case HOST_STATE_Configured:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue