Skip to content

Commit

Permalink
boards/feather-nrf52840-sense: use generic lsm6dsxx
Browse files Browse the repository at this point in the history
This will help handle multiple board variants such as rev B and C.
  • Loading branch information
MrKevinWeiss committed Apr 2, 2024
1 parent ad51739 commit 99daaec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boards/feather-nrf52840-sense/Makefile.dep
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ifneq (,$(filter saul_default,$(USEMODULE)))
USEMODULE += apds9960
USEMODULE += bmp280_i2c
USEMODULE += lis3mdl
USEMODULE += lsm6ds33
USEMODULE += lsm6dsxx
USEMODULE += saul_gpio
USEMODULE += sht3x
endif
Expand Down

0 comments on commit 99daaec

Please sign in to comment.