Skip to content
Snippets Groups Projects
Commit d7ca0b11 authored by Beat Küng's avatar Beat Küng Committed by tumbili
Browse files

hrt_absolute_time: add comment, that time is in us

parent a12c79a1
No related branches found
No related tags found
No related merge requests found
......@@ -79,7 +79,7 @@ typedef struct hrt_call {
} *hrt_call_t;
/**
* Get absolute time.
* Get absolute time in [us] (does not wrap).
*/
__EXPORT extern hrt_abstime hrt_absolute_time(void);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment