include: dt-bindings: regulator: nrf5x: Fix guards
Fix the include guard mismatch. Found building with clang. Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
This commit is contained in:
parent
457a20c4a2
commit
94ad822a33
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
|||
*/
|
||||
|
||||
#ifndef ZEPHYR_INCLUDE_DT_BINDINGS_REGULATOR_NRF5X_H_
|
||||
#define ZEPHYR_INCLUDE_DT_BINDINGS_REGULATOR_NRF_H_
|
||||
#define ZEPHYR_INCLUDE_DT_BINDINGS_REGULATOR_NRF5X_H_
|
||||
|
||||
/**
|
||||
* @defgroup regulator_nrf5x nRF5X regulator devicetree helpers.
|
||||
|
|
|
|||
Loading…
Reference in a new issue