Skip to content

Commit

Permalink
sensing: document missing parameter
Browse files Browse the repository at this point in the history
Document a missing parameter on the `sensing_data_event_t` typedef.

Signed-off-by: Jordan Yates <[email protected]>
  • Loading branch information
Jordan Yates committed Feb 21, 2024
1 parent e72ac4b commit 2b7cd9f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/zephyr/sensing/sensing.h
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 2b7cd9f

Please sign in to comment.