pull/281/head
Michael Black 2020-05-26 09:30:35 -05:00
commit 0b025e9c59
1 zmienionych plików z 8 dodań i 0 usunięć

Wyświetl plik

@ -535,6 +535,10 @@ static int dummy_get_ptt(RIG *rig, vfo_t vfo, ptt_t *ptt)
*ptt = status ? RIG_PTT_ON : RIG_PTT_OFF;
}
else
{
*ptt = RIG_PTT_OFF;
}
break;
@ -545,6 +549,10 @@ static int dummy_get_ptt(RIG *rig, vfo_t vfo, ptt_t *ptt)
*ptt = status ? RIG_PTT_ON : RIG_PTT_OFF;
}
else
{
*ptt = RIG_PTT_OFF;
}
break;