Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'examples/org.eclipse.etrice.generator.c.reference/model/cGenRef.etmap')
-rw-r--r--examples/org.eclipse.etrice.generator.c.reference/model/cGenRef.etmap4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/org.eclipse.etrice.generator.c.reference/model/cGenRef.etmap b/examples/org.eclipse.etrice.generator.c.reference/model/cGenRef.etmap
index 70b2ce558..0892b1673 100644
--- a/examples/org.eclipse.etrice.generator.c.reference/model/cGenRef.etmap
+++ b/examples/org.eclipse.etrice.generator.c.reference/model/cGenRef.etmap
@@ -6,8 +6,8 @@ MappingModel cgenRef {
Mapping cGenRef.LS -> cGenRef.Sys {
SubSystemMapping sys1 -> node1 {
ThreadMapping dflt_thread -> PhysicalThread1
- //ThreadMapping other_thread -> PhysicalThread1
- ThreadMapping other_thread -> PhysicalThread2
+ ThreadMapping other_thread -> PhysicalThread1
+ //ThreadMapping other_thread -> PhysicalThread2
}
// SubSystemMapping sys2 -> node2 {
// ThreadMapping dflt_thread -> PhysicalThread1

Back to the top