1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

boards/ruuvitag: enable lis2dh12 for saul_default

This commit is contained in:
Hauke Petersen 2018-01-16 11:08:36 +01:00
parent e31532bb18
commit 0c8b131014

View File

@ -1,9 +1,9 @@
include $(RIOTBOARD)/common/nrf52xxxdk/Makefile.dep
ifneq (,$(filter saul_default,$(USEMODULE)))
USEMODULE += lis2dh12_spi
# TODO: enable drivers once their adaption/implementations are merged
# USEMODULE += bme280_spi
# USEMODULE += lis2dh12_spi
endif
ifneq (,$(filter gnrc_netdev_default,$(USEMODULE)))