mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-28 23:49:47 +01:00
makefiles/usb_board_reset.mk: declare term-delay target with test target
This commit is contained in:
parent
91441db357
commit
d296babbc8
@ -33,7 +33,7 @@ preflash-delay: preflash
|
||||
sleep $(PREFLASH_DELAY)
|
||||
endif
|
||||
|
||||
ifneq (,$(filter term,$(MAKECMDGOALS)))
|
||||
ifneq (,$(filter test term,$(MAKECMDGOALS)))
|
||||
term-delay: $(TERMDELAYDEPS)
|
||||
sleep $(TERM_DELAY)
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user