Remove unnecessary ErrorCode variable initializations from the LowLevel Host mode demos.
This commit is contained in:
parent
b0a258722d
commit
057972bd25
2 changed files with 2 additions and 2 deletions
|
@ -326,7 +326,7 @@ uint8_t MassStore_MassStorageReset(void)
|
|||
*/
|
||||
uint8_t MassStore_GetMaxLUN(uint8_t* const MaxLUNIndex)
|
||||
{
|
||||
uint8_t ErrorCode = HOST_SENDCONTROL_Successful;
|
||||
uint8_t ErrorCode;
|
||||
|
||||
USB_ControlRequest = (USB_Request_Header_t)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue