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

boards/avr-rss2: use bme280_i2c module

This commit is contained in:
Hauke Petersen 2019-11-21 14:48:41 +01:00
parent 9f5f6f4215
commit 96c6313bd4

View File

@ -1,6 +1,6 @@
USEMODULE += boards_common_atmega
ifneq (,$(filter saul_default,$(USEMODULE)))
USEMODULE += bme280
USEMODULE += bme280_i2c
USEMODULE += saul_gpio
endif