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

boards/thingy52: auto pull in lps22hb with saul

This commit is contained in:
Alexandre Abadie 2019-10-04 08:38:35 +02:00
parent 1f04c5352a
commit 58a5f5e64c
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

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