kopia lustrzana https://github.com/Hamlib/Hamlib
Prep ft847 for mcHF firmware version check
https://github.com/Hamlib/Hamlib/issues/859pull/875/head
rodzic
663b149a48
commit
50bbf7b36b
|
@ -900,12 +900,13 @@ static int ft847_cleanup(RIG *rig)
|
||||||
|
|
||||||
static int ft847_open(RIG *rig)
|
static int ft847_open(RIG *rig)
|
||||||
{
|
{
|
||||||
|
int retval;
|
||||||
/* Good time to set CAT ON */
|
/* Good time to set CAT ON */
|
||||||
|
|
||||||
rig_debug(RIG_DEBUG_VERBOSE, "%s: called\n", __func__);
|
rig_debug(RIG_DEBUG_VERBOSE, "%s: called\n", __func__);
|
||||||
|
|
||||||
return ft847_send_priv_cmd(rig, FT_847_NATIVE_CAT_ON);
|
retval = ft847_send_priv_cmd(rig, FT_847_NATIVE_CAT_ON);
|
||||||
|
RETURNFUNC(retval);
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Ładowanie…
Reference in New Issue