James 2026-03-03 16:47:09 -08:00 committed by GitHub
commit a2bb33ab7b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -580,11 +580,11 @@ int main(int argc, char **argv)
last_log_tv = log_tv;
}
} /* while frames_to_send ... */
if (nanosleep(&sleep_ts, NULL))
return 1;
} /* while frames_to_send ... */
delay_loops++; /* private statistics */
gettimeofday(&today_tv, NULL);