shields: fix x_nucleo_iks01a3 overlay

This overlay is using the GPIO_ACTIVE_HIGH macro, but not including the
header file that defines it. This patch adds the missing include.

Signed-off-by: Luca Burelli <l.burelli@arduino.cc>
This commit is contained in:
Luca Burelli 2025-02-25 17:53:55 +01:00 committed by Fabio Baltieri
commit 3fa0cd59b7

View file

@ -4,6 +4,8 @@
* SPDX-License-Identifier: Apache-2.0 * SPDX-License-Identifier: Apache-2.0
*/ */
#include <zephyr/dt-bindings/gpio/gpio.h>
/ { / {
aliases { aliases {
magn0 = &lis2mdl_1e_x_nucleo_iks01a3; magn0 = &lis2mdl_1e_x_nucleo_iks01a3;