Skip to content

Commit e8ff141

Browse files
pkoscikkartben
authored andcommitted
tests: drivers: sensor: spi: include gpio.h header
This patch adds a missing include directive to `spi.dtsi` in the `build_all` configuration.The include is required because commit 2ac3164 introduced the use of `GPIO_ACTIVE_HIGH` and `GPIO_ACTIVE_LOW` macros. Signed-off-by: Patryk Koscik <pkoscik@antmicro.com>
1 parent cc0d00f commit e8ff141

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/drivers/build_all/sensor/spi.dtsi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
* Application overlay for spi devices
77
*/
88

9+
#include <zephyr/dt-bindings/gpio/gpio.h>
10+
911
/****************************************
1012
* PLEASE KEEP REG ADDRESSES SEQUENTIAL *
1113
***************************************/

0 commit comments

Comments
 (0)