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:
parent
92cd675f5d
commit
e863a2037a
@ -359,6 +359,7 @@ struct mci_result {
|
||||
|
||||
union {
|
||||
u32 result[27];
|
||||
u8 result8[27 * 4];
|
||||
struct {
|
||||
u8 Rsvd0[3];
|
||||
u8 Flags;
|
||||
|
Loading…
Reference in New Issue
Block a user