Skip to content
Commit d53b1a1c authored by Fabio Baltieri's avatar Fabio Baltieri Committed by Fabio Baltieri
Browse files

sensors: default_rtio_sensor: fix build warning



Fix a build warning on 64 bit architectures:

zephyr/drivers/sensor/default_rtio_sensor.c:238:17: error: format '%zu'
expects argument of type 'size_t', but argument 2 has type 'uint32_t'
{aka 'unsigned int'}

num_channels type changed to uint32_t in 96175fcc.

Signed-off-by: default avatarFabio Baltieri <fabiobaltieri@google.com>
parent e7f399f4
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment