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 sensing: add rtio implement for sensing subsys 2024-01-24 10:32:10 +01:00
CMakeLists.txt sensing: add hinge angle sensor 2024-01-24 10:32:10 +01:00
dispatch.c sensing: Fix initializer compile-time constant 2024-01-24 10:32:10 +01:00
Kconfig sensing: add hinge angle sensor 2024-01-24 10:32:10 +01:00
sensing_sensor.c sensing: add rtio implement for sensing subsys 2024-01-24 10:32:10 +01:00
sensing.c sensing: Fix initializer compile-time constant 2024-01-24 10:32:10 +01:00
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