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

boards/common/e104-bt50xxa-tb: software reset depends on periph_pm

This commit is contained in:
Benjamin Valentin 2021-01-27 15:35:48 +01:00
parent 118cf0e9e6
commit 762decd207

View File

@ -5,6 +5,7 @@ endif
# used for software reset
ifneq (,$(filter board_software_reset,$(USEMODULE)))
FEATURES_REQUIRED += periph_gpio_irq
FEATURES_REQUIRED += periph_pm
endif
include $(RIOTBOARD)/common/nrf52/Makefile.dep