kopia lustrzana https://github.com/Hamlib/Hamlib
Remove one sleep from set_powerstat loop
https://github.com/Hamlib/Hamlib/issues/1212pull/1242/head
rodzic
3daed948a8
commit
268f44eb7d
|
@ -8028,7 +8028,6 @@ int icom_set_powerstat(RIG *rig, powerstat_t status)
|
||||||
|
|
||||||
for (i = 0; i < 5 && retval != RIG_OK; ++i)
|
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);
|
retval = icom_get_usb_echo_off(rig);
|
||||||
|
|
||||||
if (retval != RIG_OK) { sleep(1); }
|
if (retval != RIG_OK) { sleep(1); }
|
||||||
|
|
Ładowanie…
Reference in New Issue