Add needed return in ts890s.c

pull/799/head
Mike Black W9MDB 2021-09-11 09:59:39 -05:00
rodzic 1b3b5b70c1
commit a7ac90e76e
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -224,6 +224,7 @@ int kenwood_ts890_get_level(RIG *rig, vfo_t vfo, setting_t level, value_t *val)
default:
return kenwood_get_level(rig, vfo, level, val);
}
return -RIG_EINTERNAL;
}
static struct kenwood_priv_caps ts890s_priv_caps =