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>
Loading
Please sign in to comment