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

boards/thingy52: add SAUL dependency for lis2dh12

This commit is contained in:
Hauke Petersen 2018-01-23 15:53:02 +01:00 committed by Benjamin Valentin
parent 1d9fbcb076
commit 96db5c3def

View File

@ -2,4 +2,8 @@ ifneq (,$(filter gnrc_netdev_default,$(USEMODULE)))
USEMODULE += nrfmin
endif
ifneq (,$(filter saul_default,$(USEMODULE)))
USEMODULE += lis2dh12
endif
include $(RIOTBOARD)/common/nrf52/Makefile.dep