sensing: document missing parameter

Document a missing parameter on the `sensing_data_event_t` typedef.

Signed-off-by: Jordan Yates <jordan.yates@data61.csiro.au>
This commit is contained in:
Jordan Yates 2024-02-21 21:45:21 +10:00 committed by Anas Nashif
parent 5bec53b73a
commit 6510bd248a
1 changed files with 2 additions and 0 deletions

View File

@ -112,6 +112,8 @@ typedef void *sensing_sensor_handle_t;
* @param handle The sensor instance handle.
*
* @param buf The data buffer with sensor data.
*
* @param context User provided context pointer.
*/
typedef void (*sensing_data_event_t)(
sensing_sensor_handle_t handle,