Skip to content

Commit 47a53e8

Browse files
committed
tests/drivers/saul_drivers: enable gp8403 and 8302
These two drivers ensure that a VDAC and IDAC capabilities are included.
1 parent 7e5a767 commit 47a53e8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/drivers/saul_drivers/Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ endif
2828
ifneq (,$(filter bme680,$(DRIVERS)))
2929
USEMODULE += bme680_i2c
3030
endif
31+
ifneq (,$(filter gp8xxx,$(DRIVERS)))
32+
USEMODULE += gp8403
33+
USEMODULE += gp8302
34+
endif
3135
ifneq (,$(filter lm75,$(DRIVERS)))
3236
USEMODULE += tmp1075
3337
endif

0 commit comments

Comments
 (0)