diff --git a/programs/other/table/kosSyst.h b/programs/other/table/kosSyst.h index f0d00ba0e6..13a1c7ec16 100644 --- a/programs/other/table/kosSyst.h +++ b/programs/other/table/kosSyst.h @@ -80,6 +80,7 @@ struct RGB }; +#pragma pack(push, 1) union sProcessInfo { Byte rawData[1024]; @@ -100,6 +101,7 @@ union sProcessInfo Word slot_state; } processInfo; }; +#pragma pack(pop) #ifndef AUTOBUILD //