Skip to content

Commit

Permalink
Merge pull request #18857 from blueted2/pr/dwm1001/lis2df12_i2c
Browse files Browse the repository at this point in the history
boards/dwm1001: use lis2dh12_i2c instead of lis2dh12_spi
  • Loading branch information
benpicco authored Nov 9, 2022
2 parents de266af + dde641f commit 15448bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion boards/dwm1001/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ config BOARD_DWM1001
select HAS_PERIPH_UART
select HAS_VDD_LC_FILTER_REG1

select HAVE_LIS2DH12_SPI
select HAVE_LIS2DH12_I2C
select HAVE_SAUL_GPIO

source "$(RIOTBOARD)/common/nrf52/Kconfig"
2 changes: 1 addition & 1 deletion boards/dwm1001/Makefile.dep
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ifneq (,$(filter saul_default,$(USEMODULE)))
USEMODULE += lis2dh12_spi
USEMODULE += lis2dh12_i2c
USEMODULE += saul_gpio
endif

Expand Down

0 comments on commit 15448bf

Please sign in to comment.