hrt_absolute_time: add comment, that time is in us

This commit is contained in:
Beat Küng 2016-04-06 09:40:27 +02:00 committed by tumbili
parent a12c79a115
commit d7ca0b1139

View File

@ -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);