mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-14 09:41:57 +00:00
The size_t type is either compatible with an int on 32-bit target, or a long on 64-bit targets. It could even be a long even on some 32-bit targets. Let's use the z qualifier in the printf format to be compatible with whatever flavor in use. In case of pointers, let's just use %p with pointers directly and avoid casts altogether. Signed-off-by: Nicolas Pitre <npitre@baylibre.com> |
||
---|---|---|
.. | ||
can/frame | ||
dfu | ||
fs | ||
jwt | ||
logging | ||
settings | ||
shell/shell_history | ||
storage/flash_map | ||
usb |