Remove one sleep from set_powerstat loop

https://github.com/Hamlib/Hamlib/issues/1212
pull/1242/head
Mike Black W9MDB 2023-01-18 23:32:18 -06:00
rodzic 3daed948a8
commit 268f44eb7d
1 zmienionych plików z 0 dodań i 1 usunięć

Wyświetl plik

@ -8028,7 +8028,6 @@ int icom_set_powerstat(RIG *rig, powerstat_t status)
for (i = 0; i < 5 && retval != RIG_OK; ++i)
{
sleep(1); // give it a while to power up
retval = icom_get_usb_echo_off(rig);
if (retval != RIG_OK) { sleep(1); }