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

board/ruuvitag: enable bme280 for saul default

This commit is contained in:
Hauke Petersen 2018-01-18 16:08:06 +01:00
parent c83e197676
commit 3c0d5048f9

View File

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