mirror of
https://github.com/DigitalDevices/dddvb.git
synced 2023-10-10 13:37:43 +02:00
set array size to 4
This commit is contained in:
parent
a05d1852a3
commit
755f502602
@ -1298,7 +1298,7 @@ static int get_frontend(struct dvb_frontend *fe, struct dtv_frontend_properties
|
||||
FEC_3_4, FEC_4_5, FEC_5_6, FEC_8_9,
|
||||
FEC_9_10
|
||||
};
|
||||
enum fe_rolloff ro2ro[3] = {
|
||||
enum fe_rolloff ro2ro[4] = {
|
||||
ROLLOFF_35, ROLLOFF_25, ROLLOFF_20, ROLLOFF_15,
|
||||
};
|
||||
read_reg(state, RSTV0910_P2_DMDMODCOD + state->regoff, &tmp);
|
||||
|
Loading…
Reference in New Issue
Block a user