Add debug to ft857.c

pull/345/head
Michael Black W9MDB 2020-07-09 06:47:45 -05:00
rodzic 6f8100ffc0
commit 33ce152d35
1 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

@ -913,6 +913,9 @@ int ft857_set_mode(RIG *rig, vfo_t vfo, rmode_t mode, pbwidth_t width)
if (vfo != RIG_VFO_CURR)
{
rig_debug(RIG_DEBUG_ERR, "%s: must have RIG_VFO_CURR, got %s\n",
rig_strvfo(RIG_VFO_CURR), rig_strvfo(vfo));
return -RIG_ENTARGET;
}