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

makefiles/tools/usb_board_reset.mk: Add test-with-config to deps

This commit is contained in:
MrKevinWeiss 2024-03-26 12:26:30 +01:00
parent 2ace90a8fc
commit 1fcc34d119
No known key found for this signature in database
GPG Key ID: C26684F1C0767FFF

View File

@ -33,7 +33,7 @@ preflash-delay: preflash
sleep $(PREFLASH_DELAY)
endif
ifneq (,$(filter test term,$(MAKECMDGOALS)))
ifneq (,$(filter test term test-with-config,$(MAKECMDGOALS)))
term-delay: $(TERMDELAYDEPS)
sleep $(TERM_DELAY)
endif