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:
Carles Cufi 2024-11-05 16:29:04 +01:00 committed by Mahesh Mahadevan
parent 457a20c4a2
commit 94ad822a33

View file

@ -4,7 +4,7 @@
*/ */
#ifndef ZEPHYR_INCLUDE_DT_BINDINGS_REGULATOR_NRF5X_H_ #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. * @defgroup regulator_nrf5x nRF5X regulator devicetree helpers.