Update comment in flrig.c

pull/608/head
Michael Black W9MDB 2021-03-08 16:43:05 -06:00
rodzic caafe10d7b
commit 491bf07c0d
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -1275,7 +1275,7 @@ static int flrig_set_mode(RIG *rig, vfo_t vfo, rmode_t mode, pbwidth_t width)
if (priv->ptt)
{
rig_debug(RIG_DEBUG_WARN, "%s call not made as PTT=1\n", __func__);
rig_debug(RIG_DEBUG_WARN, "%s set_mode call not made as PTT=1\n", __func__);
RETURNFUNC(RIG_OK); // just return OK and ignore this
}