kopia lustrzana https://github.com/Hamlib/Hamlib
Fix RIG_TRN in newcat.c
rodzic
3ffbeae881
commit
2eb2241315
|
@ -438,7 +438,7 @@ int newcat_open(RIG *rig)
|
|||
|
||||
/* Currently we cannot cope with AI mode so turn it off in case
|
||||
last client left it on */
|
||||
if (priv->trn_state == RIG_TRN_ON)
|
||||
if (priv->trn_state >= 0)
|
||||
{
|
||||
newcat_set_trn(rig, RIG_TRN_OFF);
|
||||
} /* ignore status in case it's not supported */
|
||||
|
|
Ładowanie…
Reference in New Issue