mirror of https://github.com/ARMmbed/mbed-os.git
Fix undefined keys in CMSIS exporter
parent
45b0f4020d
commit
cc3fd017ac
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue