commit | 9d815e5251e29cb2d0ae052e66d62850d09a351b | [log] [tgz] |
---|---|---|
author | Michel Haber <michel-haber@hotmail.com> | Tue Nov 09 17:34:35 2021 +0100 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Tue Nov 16 10:43:18 2021 +0100 |
tree | 9b6e6734aa2dada98e5c110961f2d5abc5c58301 | |
parent | c025e07557192a19d66c693322b292e53e772b5c [diff] |
timing: use runtime cycles for cortex-m systick Use sys_clock_hw_cycles_per_sec() instead of CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC to determine clock cycles. Signed-off-by: Michel Haber <michel-haber@hotmail.com>