zephyr/subsys/sensing
Dmitry Lukyantsev d46546e2d8 sensing: Fix static assert in get_sensor_by_dev()
With assert condition set to true, assertion never happens.
Change __ASSERT(true) to __ASSERT(false).

Signed-off-by: Dmitry Lukyantsev <dmitrylu@meta.com>
2025-01-18 12:40:03 +01:00
..
sensor drivers: sensor: Place API into iterable section 2024-12-02 22:04:55 +00:00
CMakeLists.txt
dispatch.c
Kconfig
sensing.c
sensing_sensor.c sensors: Submit call returns void 2024-06-14 19:13:02 +02:00
sensor_mgmt.c
sensor_mgmt.h sensing: Fix static assert in get_sensor_by_dev() 2025-01-18 12:40:03 +01:00