pull/369/head
Michael Black W9MDB 2020-09-01 09:06:46 -05:00
rodzic 3ef3a73b79
commit e459d4edc2
8 zmienionych plików z 12 dodań i 8 usunięć

Wyświetl plik

@ -1314,6 +1314,7 @@ static int icom_set_it_new(RIG *rig, vfo_t vfo, shortfreq_t ts, int set_xit)
}
#if 0 // why is this here? We have another function to turn it on/off
if (ts == 0) // Turn off both RIT/XIT
{
if (rig->caps->has_get_func & RIG_FUNC_XIT)
@ -1339,6 +1340,7 @@ static int icom_set_it_new(RIG *rig, vfo_t vfo, shortfreq_t ts, int set_xit)
retval =
icom_set_func(rig, vfo, set_xit ? RIG_FUNC_XIT : RIG_FUNC_RIT, 1);
}
#endif
return retval;

Wyświetl plik

@ -598,6 +598,7 @@ int main(int argc, char *argv[])
handle_socket(arg);
#endif
}
// cppcheck-suppress *
while (retcode == 0);

Wyświetl plik

@ -611,6 +611,7 @@ int main(int argc, char *argv[])
handle_socket(arg);
#endif
}
// cppcheck-suppress *
while (retcode == 0);