Fixed USB_RemoteWakeupEnabled flag never being set (the REMOTE WAKEUP Set Feature request was not being handled).
Renamed the FEATURELESS_CONTROL_ONLY_DEVICE compile-time token to CONTROL_ONLY_DEVICE.
This commit is contained in:
parent
9cec85bfd9
commit
c20a94a4e8
19 changed files with 116 additions and 73 deletions
|
@ -75,7 +75,7 @@ static uint8_t MassStore_SendCommand(void)
|
|||
{
|
||||
uint8_t ErrorCode = PIPE_RWSTREAM_ERROR_NoError;
|
||||
|
||||
/* Each transmission should have a unique tag value, excluding valued 0 and 0xFFFFFFFF */
|
||||
/* Each transmission should have a unique tag value, excluding values 0 and 0xFFFFFFFF */
|
||||
if (++MassStore_Tag == 0xFFFFFFFF)
|
||||
MassStore_Tag = 1;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue