kopia lustrzana https://github.com/Hamlib/Hamlib
Balance new code.
rodzic
f64727c1e0
commit
efb3cdc09d
|
@ -514,7 +514,7 @@ int smartsdr_set_ptt(RIG *rig, vfo_t vfo, ptt_t ptt)
|
||||||
if (priv->ptt && ptt) // abort ptt if we're already transmitting
|
if (priv->ptt && ptt) // abort ptt if we're already transmitting
|
||||||
{
|
{
|
||||||
rig_debug(RIG_DEBUG_ERR, "%s: abort PTT on slice %c, another slice has PTT control\n", __func__, slicechar[priv->slicenum]);
|
rig_debug(RIG_DEBUG_ERR, "%s: abort PTT on slice %c, another slice has PTT control\n", __func__, slicechar[priv->slicenum]);
|
||||||
return -RIG_ENTARGET;
|
RETURNFUNC(-RIG_ENTARGET);
|
||||||
}
|
}
|
||||||
priv->ptt = ptt;
|
priv->ptt = ptt;
|
||||||
if (ptt)
|
if (ptt)
|
||||||
|
|
Ładowanie…
Reference in New Issue