zephyr/subsys/net/lib/mqtt_sn
Chen Xingyu de1643d8fb net: mqtt: Fix error of size_t formatting with PRIu16
This addresses the following warning building with `CONFIG_64BIT=y`:

    error: format '%hu' expects argument of type 'int', but argument X has
    type 'size_t' {aka 'long unsigned int'}

Signed-off-by: Chen Xingyu <hi@xingrz.me>
2024-11-26 10:37:20 +00:00
..
CMakeLists.txt
Kconfig
mqtt_sn_decoder.c
mqtt_sn_encoder.c
mqtt_sn_msg.h
mqtt_sn_transport_udp.c
mqtt_sn.c net: mqtt: Fix error of size_t formatting with PRIu16 2024-11-26 10:37:20 +00:00