commit | 15a45e6fa8d7014b76e5335ec6e97c3eee5083f2 | [log] [tgz] |
---|---|---|
author | Anisetti Avinash Krishna <anisetti.avinash.krishna@intel.com> | Mon Mar 17 23:32:53 2025 +0530 |
committer | Benjamin Cabé <kartben@gmail.com> | Wed Mar 19 20:27:26 2025 +0100 |
tree | 20bdc24173cf30b686c41e10a7c6a79a7cd300ee | |
parent | d8a02b8708b29ade357b7bdd7945634f65d00ca1 [diff] |
include: zephyr: sys: time_units: Fix precision bug in z_tmcvt_32 Fixing the precedence of the cast in z_tmcvt_int_div_32 and z_tmcvt_int_mul_32 functions so the final result is of type uint32_t. Fixes #87226 Signed-off-by: Anisetti Avinash Krishna <anisetti.avinash.krishna@intel.com>