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:
parent
2824a28871
commit
3fa0cd59b7
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue