Skip to content

Commit

Permalink
Replace deprecated API
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardalee committed Jan 13, 2023
1 parent 736e963 commit 519917e
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -16,7 +16,7 @@ reactor WithLogicalAction {
logical action act(0): int

reaction(startup, act) -> act, out {=
SET(out, self->counter);
lf_set(out, self->counter);
lf_schedule_int(act, USEC(50), self->counter++);
=}
}
Expand Down

0 comments on commit 519917e

Please sign in to comment.