1
0
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:
Alexandre Abadie 2023-08-11 17:53:10 +02:00
parent 91441db357
commit d296babbc8
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -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