Commit for the 090401 release.

This commit is contained in:
Dean Camera 2009-03-31 11:56:00 +00:00
parent 3aa8620a61
commit fa85c5e416
7 changed files with 37 additions and 30 deletions

View file

@ -94,7 +94,7 @@ static void USB_HostTask(void)
if ((SubErrorCode = USB_Host_WaitMS(1)) != HOST_WAITERROR_Successful)
{
USB_HostState = PostWaitState;
ErrorCode = HOST_ENUMERROR_WaitStage;
ErrorCode = HOST_ENUMERROR_WaitStage;
break;
}