Files
zephyr/include
Piotr Zięcik 3c7f990367 kernel: Do not use sys_clock_ticks_per_sec in _ms_to_ticks()
The value of sys_clock_ticks_per_sec is obtained using
simple integer division with rounding toward zero. As result
using this variable in _ms_to_ticks() introduces some error.

This commit eliminates sys_clock_ticks_per_sec from equation
used in _ms_to_ticks() removing introduced error.

Also, this commit fixes #8895.

Signed-off-by: Piotr Zięcik <piotr.ziecik@nordicsemi.no>
2018-08-14 07:18:44 -07:00
..
2017-04-27 13:06:31 +00:00
2017-11-17 17:14:18 -05:00
2018-08-14 07:14:34 -07:00
2018-08-08 01:47:51 -05:00
2018-08-14 07:16:54 -07:00
2017-11-01 08:26:29 -04:00
2018-06-20 15:47:00 -04:00
2017-10-30 13:20:19 -07:00
2018-03-23 13:54:48 +01:00
2017-12-01 08:58:56 -05:00
2018-07-18 10:00:12 -04:00
2018-07-31 07:47:15 -07:00
2018-08-08 01:47:51 -05:00
2018-08-13 16:44:09 -07:00
2018-03-26 13:17:39 -04:00
2017-10-30 13:20:19 -07:00
2018-05-07 22:20:20 -04:00
2017-10-30 13:20:19 -07:00
2018-05-17 13:45:08 -05:00
2018-02-16 10:44:29 -05:00
2017-10-27 16:08:54 -04:00
2017-11-02 13:25:01 -07:00