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

boards/thingy52: use hts221 with saul

This commit is contained in:
Alexandre Abadie 2019-01-16 21:33:11 +01:00
parent 825303cc04
commit 1f04c5352a
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -1,5 +1,6 @@
ifneq (,$(filter saul_default,$(USEMODULE)))
USEMODULE += lis2dh12
USEMODULE += hts221
endif
include $(RIOTBOARD)/common/nrf52/Makefile.dep