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:
parent
1d9fbcb076
commit
96db5c3def
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user