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>
|
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| Kconfig | ||
| mqtt_sn_decoder.c | ||
| mqtt_sn_encoder.c | ||
| mqtt_sn_msg.h | ||
| mqtt_sn_transport_udp.c | ||
| mqtt_sn.c | ||