Fix undefined keys in CMSIS exporter

pull/3660/head
Jimmy Brisson 2017-01-19 04:02:29 -06:00 committed by Anna Bridge
parent 45b0f4020d
commit cc3fd017ac
1 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@
<project name="{{name}}" documentation="">
<target Dendian="{{device.dendian}}" Dfpu="{{device.dfpu}}" Dname="{{device.dname}}" Dvendor="{{device.dvendor}}">
<output debug="1" name="{{name}}" type="exe"/>
<debugProbe name="{{device.debug_interface}}" protocol="jtag"/>
<debugProbe name="{{device.debug}}" protocol="jtag"/>
</target>
{{project_files}}
</project>