Open ilg-ul opened 4 years ago
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.
os_sysclock_steady_now ()
Investigate what is the correct way of obtaining the system clock steady counter and fix the example.
Most probably the solution is:
os_clock_steady_now(os_clock_get_sysclock());
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.