zephyr/samples/subsys/shell
Evgeniy Paltsev efc9cee834 samples: shell_module: fix build on 64bit platforms
After the __printf_like validation was added to the shell_fprintf
functions we got warnings while building the
'samples/subsys/shell/shell_module' due to incorrect specifiers
while printing size_t variables. Fix that.

Fixes: #39386
Fixes: fe2075d140 "shell: Add __printf_like to shell_fprintf"

Signed-off-by: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
Signed-off-by: Evgeniy Paltsev <PaltsevEvgeniy@gmail.com>
2021-10-19 06:44:20 -04:00
..
devmem_load shell: add devmem load command 2021-08-13 10:13:36 -04:00
fs cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
shell_module samples: shell_module: fix build on 64bit platforms 2021-10-19 06:44:20 -04:00
shell.rst