kopia lustrzana https://github.com/Hamlib/Hamlib
Fixed ENTER func error
rodzic
c5c60f0f43
commit
544777f935
|
@ -2122,7 +2122,7 @@ int HAMLIB_API rig_set_vfo(RIG *rig, vfo_t vfo)
|
||||||
int retcode;
|
int retcode;
|
||||||
freq_t curr_freq;
|
freq_t curr_freq;
|
||||||
|
|
||||||
ENTER;
|
ENTERFUNC;
|
||||||
rig_debug(RIG_DEBUG_VERBOSE, "%s called vfo=%s\n", __func__, rig_strvfo(vfo));
|
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