Skip to content

Commit 002e616

Browse files
committed
Fix: general section size is wrong
1 parent d93f7c9 commit 002e616

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/include/kickcat/protocol.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -563,7 +563,7 @@ namespace kickcat
563563

564564
uint16_t mailbox_protocol;
565565

566-
uint16_t reserved4[32];
566+
uint16_t reserved4[33];
567567
uint16_t size;
568568
uint16_t version;
569569
}__attribute__((__packed__));

0 commit comments

Comments
 (0)