Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DenisBiryukov91 committed Mar 12, 2024
1 parent b447b29 commit 9d76dee
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions examples/z_scout.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ void fprintpid(FILE *stream, z_id_t pid) {

void fprintwhatami(FILE *stream, unsigned int whatami) {
char buf[64];
z_time_now_as_str(buf, sizeof(buf));
fprintf(stream, "%s", buf);
z_whatami_to_str(whatami, buf, sizeof(buf));
fprintf(stream, "%s", buf);
}
Expand Down

0 comments on commit 9d76dee

Please sign in to comment.