zephyr/subsys/sensing
Tom Burdick 87fc25afc1 sensing: Fix build warning on invalid array index
The assert was verifying that the current sensor address was greater
or equal than the start of the iterable section - 1 which isn't quite
right as the start is inclusive.

Signed-off-by: Tom Burdick <thomas.burdick@intel.com>
2024-06-07 09:52:09 +02:00
..
sensor
CMakeLists.txt
dispatch.c
Kconfig
sensing_sensor.c
sensing.c
sensor_mgmt.c sensors: Add a blocking sensor_read call 2024-05-30 09:00:43 +02:00
sensor_mgmt.h sensing: Fix build warning on invalid array index 2024-06-07 09:52:09 +02:00