Skip to content

Commit 9125e89

Browse files
moonlight83340danieldegrasse
authored andcommitted
sensor: adxl3xx: 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 ccad3cf commit 9125e89

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#define ZEPHYR_INCLUDE_DT_BINDINGS_ADI_ADX345_H_
88

99
/**
10-
* @defgroup ADXL345 ADXL345 DT Options
10+
* @defgroup adxl345 ADXL345 DT Options
1111
* @ingroup sensor_interface
1212
* @{
1313
*/

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#define ZEPHYR_INCLUDE_DT_BINDINGS_ADI_ADX362_H_
88

99
/**
10-
* @defgroup ADXL362 ADXL362 DT Options
10+
* @defgroup adxl362 ADXL362 DT Options
1111
* @ingroup sensor_interface
1212
* @{
1313
*/

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#define ZEPHYR_INCLUDE_DT_BINDINGS_ADI_ADX367_H_
88

99
/**
10-
* @defgroup ADXL367 ADXL367 DT Options
10+
* @defgroup adxl367 ADXL367 DT Options
1111
* @ingroup sensor_interface
1212
* @{
1313
*/

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#define ZEPHYR_INCLUDE_DT_BINDINGS_ADI_ADX372_H_
88

99
/**
10-
* @defgroup ADXL372 ADXL372 DT Options
10+
* @defgroup adxl372 ADXL372 DT Options
1111
* @ingroup sensor_interface
1212
* @{
1313
*/

0 commit comments

Comments
 (0)