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 a3eaa2b05f882a45dc4a7a611c1c243b5bc4374e..1e3a2ad1f0204dcd157cacdcea59965c8c843907 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