Endpoint_ResetFIFO() renamed to Endpoint_ResetEndpoint(), to be consistent with the Pipe_ResetPipe() function name.
Fix undefined error in Pipe_UC3B.h. Add missing migration notes.
This commit is contained in:
parent
1e3d892b6a
commit
8b13f7f89a
5 changed files with 14 additions and 4 deletions
|
@ -199,8 +199,8 @@ void MassStorage_Task(void)
|
|||
if (IsMassStoreReset)
|
||||
{
|
||||
/* Reset the data endpoint banks */
|
||||
Endpoint_ResetFIFO(MASS_STORAGE_OUT_EPNUM);
|
||||
Endpoint_ResetFIFO(MASS_STORAGE_IN_EPNUM);
|
||||
Endpoint_ResetEndpoint(MASS_STORAGE_OUT_EPNUM);
|
||||
Endpoint_ResetEndpoint(MASS_STORAGE_IN_EPNUM);
|
||||
|
||||
Endpoint_SelectEndpoint(MASS_STORAGE_OUT_EPNUM);
|
||||
Endpoint_ClearStall();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue