USB Reset handling

This commit is contained in:
NIIBE Yutaka
2015-09-09 18:49:01 +09:00
parent 748c3cac6c
commit f505dea314
17 changed files with 166 additions and 142 deletions

View File

@@ -319,7 +319,7 @@ msc_handle_command (void)
/* Error occured, ignore the request and go into error state */
msc_state = MSC_ERROR;
usb_lld_stall_rx (ENDP6);
goto done;
goto done;
}
n = ep6_out.rxcnt;