Set UsbResponse_InvalidCommand upon encountering with an invalid USB command.
This commit is contained in:
@@ -79,6 +79,7 @@ void UsbProtocolHandler(void)
|
||||
UsbCommand_SendKbootCommand();
|
||||
break;
|
||||
default:
|
||||
SetUsbError(UsbResponse_InvalidCommand);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user