Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing os_sysclock_steady_now () mentioned in the documentation #60

Open
ilg-ul opened this issue Oct 19, 2020 · 1 comment
Open

Missing os_sysclock_steady_now () mentioned in the documentation #60

ilg-ul opened this issue Oct 19, 2020 · 1 comment
Assignees
Labels

Comments

@ilg-ul
Copy link
Contributor

ilg-ul commented Oct 19, 2020

The first example in:

http://micro-os-plus.github.io/reference/cmsis-plus/group__cmsis-plus-rtos-c-clock.html#ga06b2db50eb711ad0389bb85c95467626

mentions os_sysclock_steady_now () which is not defined.

Investigate what is the correct way of obtaining the system clock steady counter and fix the example.

@ilg-ul ilg-ul self-assigned this Oct 19, 2020
@ilg-ul ilg-ul added the bug label Oct 19, 2020
@ilg-ul
Copy link
Contributor Author

ilg-ul commented Oct 19, 2020

Most probably the solution is:

os_clock_steady_now(os_clock_get_sysclock());

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

1 participant