From 118cf0e9e6e4a63553b535feedadb180330e6ec7 Mon Sep 17 00:00:00 2001 From: Benjamin Valentin Date: Wed, 27 Jan 2021 15:29:19 +0100 Subject: [PATCH] riotboot_usb_dfu: depend on periph_pm --- sys/Makefile.dep | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/Makefile.dep b/sys/Makefile.dep index c85642fadc..0aeeaaa7f5 100644 --- a/sys/Makefile.dep +++ b/sys/Makefile.dep @@ -1019,6 +1019,7 @@ ifneq (,$(filter riotboot_usb_dfu, $(USEMODULE))) USEMODULE += usbus_dfu USEMODULE += riotboot_flashwrite FEATURES_REQUIRED += no_idle_thread + FEATURES_REQUIRED += periph_pm endif ifneq (,$(filter irq_handler,$(USEMODULE)))