Skip to content

Commit

Permalink
Comments only
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardalee committed Oct 13, 2023
1 parent 7d5f9b6 commit dd1224a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/C/src/distributed/CALDecentralized.lf
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ reactor Actuate(STP_offset: time = 20 ms) {
reaction(in1) {=
lf_print(PRINTF_TIME ": Received on in1: %d", lf_time_logical_elapsed(), in1->value);
=} STP(0) {=
// No _additional_ STP offset is needed here.
lf_print(PRINTF_TIME ": Consistency violation! Received %d", lf_time_logical_elapsed(), in1->value);
// No _additional_ STP offset (STAA) is needed here.
lf_print(PRINTF_TIME ": *** Consistency violation! Received on in1: %d", lf_time_logical_elapsed(), in1->value);
=}

reaction(in2) {=
Expand Down

0 comments on commit dd1224a

Please sign in to comment.