Change to prm80.c to allow get_channel to work...testing

pull/518/head
Michael Black W9MDB 2021-01-17 07:12:52 -06:00
rodzic 460e748742
commit 4b9ea6b1d4
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -501,7 +501,7 @@ int prm80_get_level(RIG *rig, vfo_t vfo, setting_t level, value_t *val)
memset(&chan, 0, sizeof(chan));
chan.vfo = RIG_VFO_CURR;
ret = prm80_get_channel(rig, vfo, &chan, 1);
ret = prm80_get_channel(rig, vfo, &chan, 0);
if (ret != RIG_OK)
{