mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-16 21:45:22 +02:00
Fix Arduino template manifest to open cpp file.
Change-Id: Icf9f93a6258659eec4886164967840bb554fe0ae
This commit is contained in:
parent
9d6b43f857
commit
d62700200d
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
||||||
<templateManifest>
|
<templateManifest>
|
||||||
<file src="/templates/cppsketch/arduino.cpp"
|
<file open="true"
|
||||||
|
src="/templates/cppsketch/arduino.cpp"
|
||||||
dest="/${projectName}/${projectName}.cpp"/>
|
dest="/${projectName}/${projectName}.cpp"/>
|
||||||
</templateManifest>
|
</templateManifest>
|
Loading…
Add table
Reference in a new issue