zephyr/subsys/stats
Peter Mitsis 60e780aa8e stats: Fix format specifier type
Fixes the format specifier type in a call to shell_printf().
Instead of printing with %x (which expects an unsigned int) for
an address, it is now using %p.

Signed-off-by: Peter Mitsis <peter.mitsis@intel.com>
2021-10-15 12:15:35 -04:00
..
CMakeLists.txt stats: Add a stats shell command 2021-10-14 06:32:57 -04:00
Kconfig stats: Add a stats shell command 2021-10-14 06:32:57 -04:00
stats.c misc: Replace assert include and calls by sys/__assert.h equivalent 2020-10-02 11:42:40 +02:00
stats_shell.c stats: Fix format specifier type 2021-10-15 12:15:35 -04:00