kopia lustrzana https://github.com/Hamlib/Hamlib
Add a littld debug to rig.c
rodzic
7508f6497b
commit
353d7d50d1
|
@ -1795,7 +1795,7 @@ int HAMLIB_API rig_set_vfo(RIG *rig, vfo_t vfo)
|
||||||
int retcode;
|
int retcode;
|
||||||
freq_t curr_freq;
|
freq_t curr_freq;
|
||||||
|
|
||||||
rig_debug(RIG_DEBUG_VERBOSE, "%s called\n", __func__);
|
rig_debug(RIG_DEBUG_VERBOSE, "%s called vfo=%s\n", __func__,rig_strvfo(vfo));
|
||||||
|
|
||||||
if (CHECK_RIG_ARG(rig))
|
if (CHECK_RIG_ARG(rig))
|
||||||
{
|
{
|
||||||
|
|
Ładowanie…
Reference in New Issue