changed to sleep(3.0)

pull/101/head
alanbjohnston 5 years ago committed by GitHub
parent 74f1b56069
commit 0d9bb0371a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1428,7 +1428,8 @@ void get_tlm_fox() {
sleep((unsigned int)sleepTime);
*/
// if (mode == FSK)
sleep(2.3); // No sleep at all!
sleep(3.0); // 2.3); // No sleep at all!
printf("Sleep time 3.0");
// else
// sleep(1.3);

Loading…
Cancel
Save

Powered by TurnKey Linux.