Fix ts990s.c get_level

pull/412/head
Michael Black W9MDB 2020-09-30 14:53:55 -05:00
rodzic 28bf6ac274
commit ca8e49eb2b
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -561,7 +561,7 @@ int ts990s_get_level(RIG *rig, vfo_t vfo, setting_t level, value_t *val)
break;
case RIG_LEVEL_MICGAIN:
retval = get_kenwood_level(rig, "MG", val, NULL);
retval = get_kenwood_level(rig, "MG", &val->f, NULL);
if (retval != RIG_OK)
{