Skip to content

Commit d296bab

Browse files
committed
makefiles/usb_board_reset.mk: declare term-delay target with test target
1 parent 91441db commit d296bab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

makefiles/tools/usb_board_reset.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ preflash-delay: preflash
3333
sleep $(PREFLASH_DELAY)
3434
endif
3535

36-
ifneq (,$(filter term,$(MAKECMDGOALS)))
36+
ifneq (,$(filter test term,$(MAKECMDGOALS)))
3737
term-delay: $(TERMDELAYDEPS)
3838
sleep $(TERM_DELAY)
3939
endif

0 commit comments

Comments
 (0)