kopia lustrzana https://github.com/Hamlib/Hamlib
Drat. Fix more copy/paste SNAFUs
rodzic
17b9321310
commit
0145588fd9
|
@ -4572,7 +4572,7 @@ int kenwood_get_ctcss_tone(RIG *rig, vfo_t vfo, tone_t *tone)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
*tone = caps->ctcss_list[tone_idx] - kenwood_caps(rig)->tone_table_base;
|
*tone = caps->ctcss_list[tone_idx - kenwood_caps(rig)->tone_table_base];
|
||||||
|
|
||||||
RETURNFUNC(RIG_OK);
|
RETURNFUNC(RIG_OK);
|
||||||
}
|
}
|
||||||
|
@ -4710,7 +4710,7 @@ int kenwood_get_ctcss_sql(RIG *rig, vfo_t vfo, tone_t *tone)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
*tone = caps->ctcss_list[tone_idx] - kenwood_caps(rig)->tone_table_base;
|
*tone = caps->ctcss_list[tone_idx - kenwood_caps(rig)->tone_table_base];
|
||||||
|
|
||||||
RETURNFUNC(RIG_OK);
|
RETURNFUNC(RIG_OK);
|
||||||
}
|
}
|
||||||
|
|
Ładowanie…
Reference in New Issue