Skip to content
Snippets Groups Projects
Commit fbd7c730 authored by Julian Oes's avatar Julian Oes
Browse files

drv_hrt: fix comment

parent 4bdfb8a1
No related branches found
No related tags found
No related merge requests found
......@@ -113,7 +113,7 @@ __EXPORT extern hrt_abstime hrt_store_absolute_time(volatile hrt_abstime *now);
/**
* Set a time offset to hrt_absolute_time on the DSP.
* @param time_diff_us: time difference of the DSP clock to Linux clock.
* This param is positive because the Linux clock is ahead of the DSP one.
* This param is positive if the Linux clock is ahead of the DSP one.
*/
__EXPORT extern int hrt_set_absolute_time_offset(int32_t time_diff_us);
#endif
......
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