Skip to content

Commit

Permalink
fix example
Browse files Browse the repository at this point in the history
  • Loading branch information
DenisBiryukov91 committed Jun 18, 2024
1 parent 99c24db commit ae8db8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/zephyr/z_scout.c
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ void fprinthello(FILE *stream, const z_loaned_hello_t *hello) {
}

void callback(const z_loaned_hello_t *hello, void *context) {
fprinthello(stdout, z_hello_loan(hello));
fprinthello(stdout, hello);
fprintf(stdout, "\n");
(*(int *)context)++;
}
Expand Down

0 comments on commit ae8db8b

Please sign in to comment.