From 31703e1372031c944a4fc1f3524ea13ae3f585cb Mon Sep 17 00:00:00 2001 From: mgoorden7u4 Date: Thu, 29 Sep 2022 13:11:32 +0200 Subject: [PATCH] #419 Fix time constant in light switcher. --- .../examples/synthesis/bridge/simulation/timers.cif | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cif/org.eclipse.escet.cif.examples/examples/synthesis/bridge/simulation/timers.cif b/cif/org.eclipse.escet.cif.examples/examples/synthesis/bridge/simulation/timers.cif index a3eaa2b05..1e3a2ad1f 100644 --- a/cif/org.eclipse.escet.cif.examples/examples/synthesis/bridge/simulation/timers.cif +++ b/cif/org.eclipse.escet.cif.examples/examples/synthesis/bridge/simulation/timers.cif @@ -47,7 +47,7 @@ group BB: cont t = 0.0 der -1; location: initial; - edge Alternate.c_mode2 when t <= 0 do t := 1000; + edge Alternate.c_mode2 when t <= 0 do t := 1; edge Alternate.c_mode1 when t <= 0 do t := 1; end end -- GitLab