mirror of
https://github.com/DigitalDevices/dddvb.git
synced 2023-10-10 13:37:43 +02:00
use correct u8 type
This commit is contained in:
parent
66b1cf3623
commit
37ae102d57
@ -770,10 +770,10 @@ struct mci_result {
|
||||
} ISDBS_TMCCInfo;
|
||||
|
||||
struct {
|
||||
uint8_t cut;
|
||||
uint8_t avs_code;
|
||||
uint8_t temperature;
|
||||
uint8_t rsvd[13];
|
||||
u8 cut;
|
||||
u8 avs_code;
|
||||
u8 temperature;
|
||||
u8 rsvd[13];
|
||||
} sx8_bist;
|
||||
};
|
||||
u32 version[3];
|
||||
|
Loading…
Reference in New Issue
Block a user