mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-06 03:20:34 +08:00
hrt_absolute_time: add comment, that time is in us
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user