mirror of
https://gitee.com/Vancouver2017/luban-lite-t3e-pro.git
synced 2025-12-17 03:48:55 +00:00
V1.0.5
This commit is contained in:
@@ -15,7 +15,7 @@ void gettimespec(struct timespec *t)
|
||||
if (!t)
|
||||
return;
|
||||
|
||||
clock_gettime(CLOCK_MONOTONIC, t);
|
||||
clock_gettime(CLOCK_REALTIME, t);
|
||||
}
|
||||
|
||||
float timespec_diff(struct timespec *start, struct timespec *end)
|
||||
|
||||
Reference in New Issue
Block a user