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

boards/lora-e5-dev: add lm75a to saul default

This commit is contained in:
Francisco Molina 2021-11-07 18:55:30 +01:00
parent c393efd360
commit c208300f2b

View File

@ -6,4 +6,5 @@ ifneq (,$(filter sx126x_stm32wl,$(USEMODULE)))
endif
ifneq (,$(filter saul_default,$(USEMODULE)))
USEMODULE += saul_gpio
USEMODULE += lm75a
endif