Skip to content

Commit

Permalink
Fixed warning
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardalee committed Jul 13, 2024
1 parent 0f583f0 commit 4164974
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/C/src/watchdog/WatchdogWithAction.lf
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ reaction(startup) -> dog {=
// will be one microstep later than the most recent input.
tag_t tag = lf_tag();
instant_t start = lf_time_start();
lf_print("******** Watchdog triggered reaction at " PRINTF_TAG ". Producing backup output %d." PRINTF_TIME,
lf_print("******** Watchdog triggered reaction at " PRINTF_TAG ". Producing backup output %d.",
tag.time - start, tag.microstep, self->count);
lf_set(out, self->count++);
// Start another watchdog cycle in case the very next input is also delayed.
Expand Down

0 comments on commit 4164974

Please sign in to comment.