Skip to content

Commit

Permalink
Merge pull request #582 from tuna-f1sh/master
Browse files Browse the repository at this point in the history
Pass OpenOCD options to debug_init target
  • Loading branch information
sudar authored Sep 30, 2018
2 parents 22ca636 + 0692c13 commit 089b535
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Arduino.mk
Original file line number Diff line number Diff line change
Expand Up @@ -1691,7 +1691,7 @@ else
endif

debug_init:
$(OPENOCD)
$(OPENOCD) $(OPENOCD_OPTS)

debug:
$(GDB) $(GDB_OPTS)
Expand Down

0 comments on commit 089b535

Please sign in to comment.