increased sleep to 2

pull/34/head
alanbjohnston 6 years ago committed by GitHub
parent 03cb663ffe
commit eeb591189a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -191,7 +191,7 @@ int main(void) {
/* Infinite loop */
for (;;) {
sleep(1);
sleep(2);
fprintf(stderr,"INFO: Getting TLM Data\n");

Loading…
Cancel
Save

Powered by TurnKey Linux.