Extended Commands: Fix struct packing

add-device-sharing
Paul Hollinsky 2022-04-07 13:04:31 -04:00
parent 8d495aa916
commit c398afc4e3
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ public:
const ExtendedCommand command; const ExtendedCommand command;
const ExtendedResponse response; const ExtendedResponse response;
#pragma pack(push, 1) #pragma pack(push, 2)
struct ResponseHeader { struct ResponseHeader {
ExtendedCommand command; ExtendedCommand command;
uint16_t length; uint16_t length;