pull/106/head
alanbjohnston 5 years ago committed by GitHub
parent 7770c58e30
commit 56975eafef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1427,10 +1427,10 @@ void get_tlm_fox() {
sleep(2.95); // 2.3); sleep(2.95); // 2.3);
printf("Sleep time 2.95\n"); printf("Sleep time 2.95\n");
} }
*/
printf("Sleep period: %d\n", millis() - startSleep); printf("Sleep period: %d\n", millis() - startSleep);
fflush(stdout); fflush(stdout);
*/
sampleTime = (unsigned int) millis(); sampleTime = (unsigned int) millis();
} else } else
printf("first time - no sleep\n"); printf("first time - no sleep\n");

Loading…
Cancel
Save

Powered by TurnKey Linux.