zephyr/subsys/sensing
Tom Burdick 3b94af2b5c sensors: Submit call returns void
The integer return of sensor_submit should be void as the call is
asynchronous and the response is meant to be delivered using RTIO APIs
signaling that the submission completed with error or success.

Change the function signature to void and fix all uses of the submit
API, fixing some bugs in the process.

Signed-off-by: Tom Burdick <thomas.burdick@intel.com>
2024-06-14 19:13:02 +02:00
..
sensor sensors: Submit call returns void 2024-06-14 19:13:02 +02:00
CMakeLists.txt
Kconfig
dispatch.c
sensing.c
sensing_sensor.c sensors: Submit call returns void 2024-06-14 19:13:02 +02:00
sensor_mgmt.c
sensor_mgmt.h