1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +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_SAUL_GPIO
select HAVE_L3G4200D
select HAVE_L3G4200D_NG
select HAVE_LSM303DLHC
config CLOCK_HSE

View File

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