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

boards/msba2: Added ltc4150 to saul_default

This commit is contained in:
Marian Buschsieweke 2018-08-23 11:33:05 +02:00
parent c434c5cd3a
commit fa0d08a08b
No known key found for this signature in database
GPG Key ID: 61F64C6599B1539F

View File

@ -5,5 +5,6 @@ ifneq (,$(filter netdev_default gnrc_netdev_default,$(USEMODULE)))
endif
ifneq (,$(filter saul_default,$(USEMODULE)))
USEMODULE += ltc4150
USEMODULE += sht11
endif