Skip to content

Commit 94ad822

Browse files
carlescufimmahadevan108
authored andcommitted
include: dt-bindings: regulator: nrf5x: Fix guards
Fix the include guard mismatch. Found building with clang. Signed-off-by: Carles Cufi <[email protected]>
1 parent 457a20c commit 94ad822

File tree

1 file changed

+1
-1
lines changed
  • include/zephyr/dt-bindings/regulator

1 file changed

+1
-1
lines changed

include/zephyr/dt-bindings/regulator/nrf5x.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*/
55

66
#ifndef ZEPHYR_INCLUDE_DT_BINDINGS_REGULATOR_NRF5X_H_
7-
#define ZEPHYR_INCLUDE_DT_BINDINGS_REGULATOR_NRF_H_
7+
#define ZEPHYR_INCLUDE_DT_BINDINGS_REGULATOR_NRF5X_H_
88

99
/**
1010
* @defgroup regulator_nrf5x nRF5X regulator devicetree helpers.

0 commit comments

Comments
 (0)