mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
boards/ruuvitag: thingy52: remove nrfmin default dependency
This commit is contained in:
parent
5c9e5ec7df
commit
bba8395dbc
@ -5,8 +5,4 @@ ifneq (,$(filter saul_default,$(USEMODULE)))
|
||||
# USEMODULE += bme280_spi
|
||||
endif
|
||||
|
||||
ifneq (,$(filter gnrc_netdev_default,$(USEMODULE)))
|
||||
USEMODULE += nrfmin
|
||||
endif
|
||||
|
||||
include $(RIOTBOARD)/common/nrf52/Makefile.dep
|
||||
|
@ -1,7 +1,3 @@
|
||||
ifneq (,$(filter gnrc_netdev_default,$(USEMODULE)))
|
||||
USEMODULE += nrfmin
|
||||
endif
|
||||
|
||||
ifneq (,$(filter saul_default,$(USEMODULE)))
|
||||
USEMODULE += lis2dh12
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user