mirror of
https://github.com/linux-can/can-utils.git
synced 2026-09-21 07:19:58 +02:00
Compare commits
2
Commits
master
...
a6f927d8d2
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a6f927d8d2 | ||
|
|
87cdf4dc84 |
+2
-2
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user