delete test code
parent
e909540f8b
commit
8746173e90
|
@ -329,8 +329,6 @@ void Hamlib::update_from_hamlib_()
|
||||||
pbwidth_t passband = 0;
|
pbwidth_t passband = 0;
|
||||||
vfo_t currVfo = RIG_VFO_A;
|
vfo_t currVfo = RIG_VFO_A;
|
||||||
int result = rig_get_vfo(m_rig, &currVfo);
|
int result = rig_get_vfo(m_rig, &currVfo);
|
||||||
if (g_verbose) fprintf(stderr, "rig_get_vfo: error = %d \n", result);
|
|
||||||
//result=RIG_OK;
|
|
||||||
if (result != RIG_OK && result != -RIG_ENAVAIL)
|
if (result != RIG_OK && result != -RIG_ENAVAIL)
|
||||||
{
|
{
|
||||||
if (g_verbose) fprintf(stderr, "rig_get_vfo: error = %s \n", rigerror(result));
|
if (g_verbose) fprintf(stderr, "rig_get_vfo: error = %s \n", rigerror(result));
|
||||||
|
|
Loading…
Reference in New Issue