Merge pull request #582 from tuna-f1sh/master
Pass OpenOCD options to debug_init target
This commit is contained in:
commit
089b535601
1 changed files with 1 additions and 1 deletions
|
@ -1691,7 +1691,7 @@ else
|
||||||
endif
|
endif
|
||||||
|
|
||||||
debug_init:
|
debug_init:
|
||||||
$(OPENOCD)
|
$(OPENOCD) $(OPENOCD_OPTS)
|
||||||
|
|
||||||
debug:
|
debug:
|
||||||
$(GDB) $(GDB_OPTS)
|
$(GDB) $(GDB_OPTS)
|
||||||
|
|
Loading…
Reference in a new issue