1
0
mirror of https://github.com/DigitalDevices/dddvb.git synced 2023-10-10 13:37:43 +02:00

add byte array to union

This commit is contained in:
none 2021-03-18 13:47:45 +01:00
parent 92cd675f5d
commit e863a2037a

View File

@ -359,6 +359,7 @@ struct mci_result {
union {
u32 result[27];
u8 result8[27 * 4];
struct {
u8 Rsvd0[3];
u8 Flags;