mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
Fix HRT format
This commit is contained in:
parent
15e8f28c88
commit
63bc4e0202
@ -91,7 +91,7 @@ int px4_clock_gettime(clockid_t clk_id, struct timespec *tp)
|
||||
struct timeval now;
|
||||
int rv = gettimeofday(&now, NULL);
|
||||
|
||||
if(rv) {
|
||||
if (rv) {
|
||||
return rv;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user