Skip to content

Commit 43d1e69

Browse files
committed
#537: fix variable names
1 parent 40baddf commit 43d1e69

File tree

1 file changed

+2
-2
lines changed
  • plugins/org.eclipse.embedcdt.templates.xpack.ui/templates/hello-world-riscv-qemu-xpack-project

1 file changed

+2
-2
lines changed

plugins/org.eclipse.embedcdt.templates.xpack.ui/templates/hello-world-riscv-qemu-xpack-project/template.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -820,7 +820,7 @@ and is available athttps://www.eclipse.org/legal/epl-2.0/
820820
value="$(projectName)" />
821821
<simple
822822
name="condition"
823-
value="$(useSomeWarnings.riscv) == true" />
823+
value="$(useSomeWarningsRiscv) == true" />
824824
<complex-array name="resourcePaths">
825825
<element>
826826
<simple
@@ -1457,7 +1457,7 @@ and is available athttps://www.eclipse.org/legal/epl-2.0/
14571457
</if>
14581458

14591459
<!-- 19 -->
1460-
<if condition="$(useNano.riscv)==true">
1460+
<if condition="$(useNanoRiscv)==true">
14611461
<process
14621462
type="org.eclipse.embedcdt.templates.core.ConditionalSetMBSBooleanOptionValue">
14631463
<simple

0 commit comments

Comments
 (0)