Skip to content

Commit

Permalink
makefiles/tools/usb_board_reset.mk: Add test-with-config to deps
Browse files Browse the repository at this point in the history
  • Loading branch information
MrKevinWeiss committed Mar 26, 2024
1 parent 2ace90a commit 1fcc34d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makefiles/tools/usb_board_reset.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 1fcc34d

Please sign in to comment.