Skip to content

Commit 48c85cb

Browse files
moonlight83340danieldegrasse
authored andcommitted
sensor: sensor_axis_align: use lowercase for group name
Fix group name to lowercase for consistency with Zephyr documentation guidelines. Signed-off-by: Gaetan Perrot <gaetan.perrot@spacecubics.com>
1 parent 9125e89 commit 48c85cb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

include/zephyr/dt-bindings/sensor/sensor_axis_align.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
#define ZEPHYR_INCLUDE_DT_BINDINGS_SENSOR_AXIS_ALIGN_H_
77

88
/**
9-
* @defgroup SENSOR_AXIS_ALIGN Sensor axis alignment DT Options
9+
* @defgroup sensor_axis_align Sensor axis alignment DT Options
1010
* @ingroup sensor_interface
1111
* @{
1212
*/
1313

1414
/**
15-
* @defgroup SENSOR_AXIS_ALIGN_INDEX_DT Axis description for sensor alignment
15+
* @defgroup sensor_axis_align_index_dt Axis description for sensor alignment
1616
* @{
1717
*/
1818
#define SENSOR_AXIS_ALIGN_DT_X 0
@@ -21,7 +21,7 @@
2121
/** @} */
2222

2323
/**
24-
* @defgroup SENSOR_AXIS_ALIGN_DT Axis description for sensor alignment
24+
* @defgroup sensor_axis_align_dt Axis description for sensor alignment
2525
* @{
2626
*/
2727
#define SENSOR_AXIS_ALIGN_DT_NEG 0

0 commit comments

Comments
 (0)