Fix HRT format

This commit is contained in:
Lorenz Meier
2015-11-07 10:14:46 +01:00
parent 15e8f28c88
commit 63bc4e0202
+1 -1
View File
@@ -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;
}