kopia lustrzana https://github.com/Hamlib/Hamlib
astyle files
rodzic
4e748df12b
commit
948e9d5f99
|
@ -450,9 +450,11 @@ static int dummy_get_freq(RIG *rig, vfo_t vfo, freq_t *freq)
|
|||
if ((vfo == RIG_VFO_SUB && rig->state.uplink == 1)
|
||||
|| (vfo == RIG_VFO_MAIN && rig->state.uplink == 2))
|
||||
{
|
||||
rig_debug(RIG_DEBUG_TRACE, "%s: uplink=%d, ignoring get_freq\n", __func__, rig->state.uplink);
|
||||
rig_debug(RIG_DEBUG_TRACE, "%s: uplink=%d, ignoring get_freq\n", __func__,
|
||||
rig->state.uplink);
|
||||
return RIG_OK;
|
||||
}
|
||||
|
||||
usleep(CMDSLEEP);
|
||||
rig_debug(RIG_DEBUG_VERBOSE, "%s called: %s\n", __func__, rig_strvfo(vfo));
|
||||
|
||||
|
|
|
@ -4134,6 +4134,7 @@ int newcat_get_func(RIG *rig, vfo_t vfo, setting_t func, int *status)
|
|||
priv->ret_data[ret_data_len - 1] = '\0';
|
||||
|
||||
rig_debug(RIG_DEBUG_TRACE, "%s: retfunc='%s'\n", __func__, retfunc);
|
||||
|
||||
switch (func)
|
||||
{
|
||||
case RIG_FUNC_MN:
|
||||
|
|
Ładowanie…
Reference in New Issue