kopia lustrzana https://github.com/Hamlib/Hamlib
Fix get_vfo for FT757GX
rodzic
e1c2a08789
commit
4b64d5f7c3
|
@ -620,7 +620,8 @@ static int ft757gx_get_vfo(RIG *rig, vfo_t *vfo)
|
||||||
{
|
{
|
||||||
struct ft757_priv_data *priv = (struct ft757_priv_data *)rig->state.priv;
|
struct ft757_priv_data *priv = (struct ft757_priv_data *)rig->state.priv;
|
||||||
// we'll just use the cached vfo for the 757GX since we can't read it
|
// we'll just use the cached vfo for the 757GX since we can't read it
|
||||||
return priv->current_vfo;
|
*vfo = priv->current_vfo;
|
||||||
|
return RIG_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
static int ft757_get_vfo(RIG *rig, vfo_t *vfo)
|
static int ft757_get_vfo(RIG *rig, vfo_t *vfo)
|
||||||
|
|
Ładowanie…
Reference in New Issue