Didn't work, added ctr=0 in for loop

pull/26/head
alanbjohnston 6 years ago committed by GitHub
parent 41755fce40
commit 4ea2c7358a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -293,10 +293,9 @@ int main(int argc, char *argv[]) {
/* Infinite loop */
for (;;)
{
// sleep(1); // Delay 1 second
ctr = 0;
#ifdef DEBUG_LOGGING
fprintf(stderr,"INFO: Getting TLM Data\n");
#endif

Loading…
Cancel
Save

Powered by TurnKey Linux.