Skip to content

Commit f5cc5d8

Browse files
committed
include: drivers: sensor: add missing doxygen for sensor_channel_afbr_s50
Make sure enum has a doxygen documentation Signed-off-by: Benjamin Cabé <[email protected]>
1 parent 2ed0d0d commit f5cc5d8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

include/zephyr/drivers/sensor/afbr_s50.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ extern "C" {
3030
/** Disregard pixel reading if contains this value */
3131
#define AFBR_PIXEL_INVALID_VALUE 0x80000000
3232

33+
/**
34+
* Custom sensor channels for AFBR-S50
35+
*/
3336
enum sensor_channel_afbr_s50 {
3437
/**
3538
* Obtain matrix of pixels, with readings in meters.

0 commit comments

Comments
 (0)