kopia lustrzana https://github.com/Hamlib/Hamlib
Fix common_dcs_list compile warning on mings for tmd710.c
rodzic
6513b485c9
commit
be58dae674
|
@ -1336,7 +1336,8 @@ int tmd710_get_dcs_sql(RIG *rig, vfo_t vfo, tone_t *code)
|
||||||
}
|
}
|
||||||
|
|
||||||
if (fo_struct.dcs) {
|
if (fo_struct.dcs) {
|
||||||
*code = common_dcs_list[fo_struct.dcs_val];
|
tone_t *dcs_list = common_dcs_list;
|
||||||
|
*code = dcs_list[fo_struct.dcs_val];
|
||||||
} else {
|
} else {
|
||||||
*code = 0;
|
*code = 0;
|
||||||
}
|
}
|
||||||
|
|
Ładowanie…
Reference in New Issue