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:
parent
fcece44394
commit
e1a536cc6b
@ -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
|
||||
|
@ -4,6 +4,6 @@ endif
|
||||
|
||||
ifneq (,$(filter saul_default,$(USEMODULE)))
|
||||
USEMODULE += saul_gpio
|
||||
USEMODULE += l3g4200d
|
||||
USEMODULE += l3gxxxx l3g4200d_ng
|
||||
USEMODULE += lsm303dlhc
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user