kopia lustrzana https://github.com/Hamlib/Hamlib
Remove ENTERFUNC from frame.c to balance
rodzic
2e610be031
commit
dc1fa7f450
|
@ -733,7 +733,6 @@ int rig2icom_mode(RIG *rig, vfo_t vfo, rmode_t mode, pbwidth_t width,
|
||||||
void icom2rig_mode(RIG *rig, unsigned char md, int pd, rmode_t *mode,
|
void icom2rig_mode(RIG *rig, unsigned char md, int pd, rmode_t *mode,
|
||||||
pbwidth_t *width)
|
pbwidth_t *width)
|
||||||
{
|
{
|
||||||
ENTERFUNC;
|
|
||||||
rig_debug(RIG_DEBUG_TRACE, "%s: mode=0x%02x, pd=%d\n", __func__, md, pd);
|
rig_debug(RIG_DEBUG_TRACE, "%s: mode=0x%02x, pd=%d\n", __func__, md, pd);
|
||||||
*width = RIG_PASSBAND_NORMAL;
|
*width = RIG_PASSBAND_NORMAL;
|
||||||
|
|
||||||
|
@ -864,6 +863,5 @@ void icom2rig_mode(RIG *rig, unsigned char md, int pd, rmode_t *mode,
|
||||||
default:
|
default:
|
||||||
rig_debug(RIG_DEBUG_ERR, "icom: Unsupported Icom mode width %#.2x\n", pd);
|
rig_debug(RIG_DEBUG_ERR, "icom: Unsupported Icom mode width %#.2x\n", pd);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue