riotboot_dfu: Add ztimer_msec dependency

This commit is contained in:
Koen Zandberg 2021-10-25 22:24:44 +02:00
parent 261a615439
commit 5c01e14b7a
No known key found for this signature in database
GPG Key ID: 0895A893E6D2985B

View File

@ -690,6 +690,7 @@ endif
ifneq (,$(filter riotboot_usb_dfu, $(USEMODULE)))
USEMODULE += usbus_dfu
USEMODULE += riotboot_flashwrite
USEMODULE += ztimer_sec
FEATURES_REQUIRED += no_idle_thread
FEATURES_REQUIRED += periph_pm
endif