kopia lustrzana https://github.com/Hamlib/Hamlib
Add needed return in ts890s.c
rodzic
1b3b5b70c1
commit
a7ac90e76e
|
@ -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 =
|
||||
|
|
Ładowanie…
Reference in New Issue