Skip to content

Commit cc3fd01

Browse files
theotherjimmyadbridge
authored andcommitted
Fix undefined keys in CMSIS exporter
1 parent 45b0f40 commit cc3fd01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/export/cmsis/cpdsc.tmpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
<project name="{{name}}" documentation="">
1313
<target Dendian="{{device.dendian}}" Dfpu="{{device.dfpu}}" Dname="{{device.dname}}" Dvendor="{{device.dvendor}}">
1414
<output debug="1" name="{{name}}" type="exe"/>
15-
<debugProbe name="{{device.debug_interface}}" protocol="jtag"/>
15+
<debugProbe name="{{device.debug}}" protocol="jtag"/>
1616
</target>
1717
{{project_files}}
1818
</project>
1919
</create>
20-
</package>
20+
</package>

0 commit comments

Comments
 (0)