commit | efc9cee8341fcefef06daea427b965d1808a9dd7 | [log] [tgz] |
---|---|---|
author | Evgeniy Paltsev <PaltsevEvgeniy@gmail.com> | Mon Oct 18 15:43:26 2021 +0300 |
committer | Anas Nashif <anas.nashif@intel.com> | Tue Oct 19 06:44:20 2021 -0400 |
tree | ac9ef7b1576878c7072f9412f050ccfbc75fdbaf | |
parent | 74ad99198d40be3f57719a8e81f57cd7510e636f [diff] |
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>