We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4223a25 commit 0320f3bCopy full SHA for 0320f3b
tools/export/gcc_arm_nrf51_dk.tmpl
@@ -14,5 +14,5 @@ SREC_CAT = srec_cat
14
15
{% block additional_targets %}
16
merge:
17
- $(SREC_CAT) $(SOFTDEVICE) -intel $(PROJECT).hex -intel -o combined.hex -intel --line-length=44
+ $(SREC_CAT) $(SOFTDEVICE) -intel $(PROJECT).hex -intel -o $(PROJECT)-combined.hex -intel --line-length=44
18
{% endblock %}
0 commit comments