1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00

Merge pull request #20526 from MrKevinWeiss/pr/feathersaul

boards/feather-nrf52840-sense: use generic lsm6dsxx
This commit is contained in:
Kevin "Tristate Tom" Weiss 2024-04-02 10:52:07 +00:00 committed by GitHub
commit a9b956932d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,7 +2,7 @@ ifneq (,$(filter saul_default,$(USEMODULE)))
USEMODULE += apds9960 USEMODULE += apds9960
USEMODULE += bmp280_i2c USEMODULE += bmp280_i2c
USEMODULE += lis3mdl USEMODULE += lis3mdl
USEMODULE += lsm6ds33 USEMODULE += lsm6dsxx
USEMODULE += saul_gpio USEMODULE += saul_gpio
USEMODULE += sht3x USEMODULE += sht3x
endif endif