kopia lustrzana https://github.com/Hamlib/Hamlib
rodzic
3061a5f8b2
commit
7cd09fdd84
|
@ -388,6 +388,7 @@ int rig2icom_mode(RIG *rig, vfo_t vfo, rmode_t mode, pbwidth_t width,
|
||||||
{
|
{
|
||||||
unsigned char icmode;
|
unsigned char icmode;
|
||||||
signed char icmode_ext;
|
signed char icmode_ext;
|
||||||
|
pbwidth_t width_tmp = width;
|
||||||
|
|
||||||
icmode_ext = -1;
|
icmode_ext = -1;
|
||||||
|
|
||||||
|
@ -402,6 +403,7 @@ int rig2icom_mode(RIG *rig, vfo_t vfo, rmode_t mode, pbwidth_t width,
|
||||||
"%s: Failed to get width for passband nochange err=%s\n", __func__,
|
"%s: Failed to get width for passband nochange err=%s\n", __func__,
|
||||||
rigerror(ret));
|
rigerror(ret));
|
||||||
}
|
}
|
||||||
|
return RIG_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
switch (mode)
|
switch (mode)
|
||||||
|
@ -458,7 +460,7 @@ int rig2icom_mode(RIG *rig, vfo_t vfo, rmode_t mode, pbwidth_t width,
|
||||||
return -RIG_EINVAL;
|
return -RIG_EINVAL;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (width != RIG_PASSBAND_NOCHANGE)
|
if (width_tmp != RIG_PASSBAND_NOCHANGE)
|
||||||
{
|
{
|
||||||
pbwidth_t medium_width = rig_passband_normal(rig, mode);
|
pbwidth_t medium_width = rig_passband_normal(rig, mode);
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue