diff --git a/masstorage.h b/masstorage.h index d10d7cd7..5918f2ee 100644 --- a/masstorage.h +++ b/masstorage.h @@ -456,8 +456,8 @@ struct CommandBlockWrapper : public CommandBlockWrapperBase { }; struct { - uint8_t bmCBWCBLength : 4; - uint8_t bmReserved2 : 4; + uint8_t bmCBWCBLength : 6; + uint8_t bmReserved2 : 2; }; uint8_t CBWCB[16];