kopia lustrzana https://github.com/Hamlib/Hamlib
Fix compile warning in ft1000mp.c
rodzic
e26afead85
commit
ad2418577a
|
@ -310,7 +310,7 @@ const struct rig_caps ft1000mp_caps =
|
|||
RIG_MODEL(RIG_MODEL_FT1000MP),
|
||||
.model_name = "FT-1000MP",
|
||||
.mfg_name = "Yaesu",
|
||||
.version = "20210318.0",
|
||||
.version = "20210913.0",
|
||||
.copyright = "LGPL",
|
||||
.status = RIG_STATUS_STABLE,
|
||||
.rig_type = RIG_TYPE_TRANSCEIVER,
|
||||
|
@ -1320,8 +1320,8 @@ static int ft1000mp_set_func(RIG *rig, vfo_t vfo, setting_t func, int status)
|
|||
default:
|
||||
rig_debug(RIG_DEBUG_ERR, "%s: Unsupported set_func %s", __func__,
|
||||
rig_strfunc(func));
|
||||
RETURNFUNC(-RIG_EINVAL);
|
||||
}
|
||||
RETURNFUNC(-RIG_EINVAL);
|
||||
}
|
||||
|
||||
static int ft1000mp_get_func(RIG *rig, vfo_t vfo, setting_t func, int *status)
|
||||
|
|
Ładowanie…
Reference in New Issue