1
0
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:
Alexandre Abadie 2019-10-02 08:32:02 +02:00
parent 5c9e5ec7df
commit bba8395dbc
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405
2 changed files with 0 additions and 8 deletions

View File

@ -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

View File

@ -1,7 +1,3 @@
ifneq (,$(filter gnrc_netdev_default,$(USEMODULE)))
USEMODULE += nrfmin
endif
ifneq (,$(filter saul_default,$(USEMODULE)))
USEMODULE += lis2dh12
endif