kopia lustrzana https://github.com/Hamlib/Hamlib
Fix typo ugly commit in icom.c
rodzic
ff5275e44c
commit
23d22439b7
|
@ -894,7 +894,7 @@ static int icom_set_it_new(RIG *rig, vfo_t vfo, shortfreq_t ts, int set_xit)
|
|||
}
|
||||
else // some rigs don't have XIT like the 9700
|
||||
{
|
||||
rig_debug(RIG_DEBUG_TRACE, "%s: rig does not have xit command enabled\n",
|
||||
rig_debug(RIG_DEBUG_TRACE, "%s: rig does not have xit command enabled\n", __func__);
|
||||
}
|
||||
|
||||
retval = icom_set_func(rig, vfo, RIG_FUNC_RIT, 0);
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
#include <sys/time.h>
|
||||
#endif
|
||||
|
||||
#define BACKEND_VER "0.13"
|
||||
#define BACKEND_VER "0.14"
|
||||
|
||||
/*
|
||||
* defines used by comp_cal_str in rig.c
|
||||
|
|
Ładowanie…
Reference in New Issue