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

boards/common/iotlab: make use of l3g4200d_ng

This commit is contained in:
Benjamin Valentin 2023-04-28 17:17:45 +02:00
parent fcece44394
commit e1a536cc6b
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ config BOARD_COMMON_IOTLAB
select HAVE_AT86RF231 select HAVE_AT86RF231
select HAVE_SAUL_GPIO select HAVE_SAUL_GPIO
select HAVE_L3G4200D select HAVE_L3G4200D_NG
select HAVE_LSM303DLHC select HAVE_LSM303DLHC
config CLOCK_HSE config CLOCK_HSE

View File

@ -4,6 +4,6 @@ endif
ifneq (,$(filter saul_default,$(USEMODULE))) ifneq (,$(filter saul_default,$(USEMODULE)))
USEMODULE += saul_gpio USEMODULE += saul_gpio
USEMODULE += l3g4200d USEMODULE += l3gxxxx l3g4200d_ng
USEMODULE += lsm303dlhc USEMODULE += lsm303dlhc
endif endif