Skip to content

Commit 089b535

Browse files
authored
Merge pull request #582 from tuna-f1sh/master
Pass OpenOCD options to debug_init target
2 parents 22ca636 + 0692c13 commit 089b535

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Arduino.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1691,7 +1691,7 @@ else
16911691
endif
16921692

16931693
debug_init:
1694-
$(OPENOCD)
1694+
$(OPENOCD) $(OPENOCD_OPTS)
16951695

16961696
debug:
16971697
$(GDB) $(GDB_OPTS)

0 commit comments

Comments
 (0)