mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-12 01:01:56 +00:00
Function cpu_stats_get_ns from CPU stats module returns invalid time, because of unnecessary conversion into u32_t. Higher bits of time value are removed during this conversion. All time values are u64_t, so there is no need to convert anything. Signed-off-by: Dominik Kilian <Dominik.Kilian@nordicsemi.no> |
||
---|---|---|
.. | ||
bluetooth | ||
canbus | ||
console | ||
cpp | ||
debug | ||
dfu | ||
disk | ||
fb | ||
fs | ||
jwt | ||
logging | ||
mgmt | ||
net | ||
power | ||
random | ||
settings | ||
shell | ||
stats | ||
storage | ||
testsuite | ||
usb | ||
CMakeLists.txt | ||
Kconfig |