Skip to content

Commit

Permalink
[#555] Fix macOS build
Browse files Browse the repository at this point in the history
  • Loading branch information
elBoberido committed Dec 20, 2024
1 parent f8c372a commit 79e5b48
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ int main(void) {
printf("received: %lu, user_header: version = %d, timestamp = %lu\n",
(long unsigned) *payload,
user_header->version,
user_header->timestamp);
(long unsigned) user_header->timestamp);
iox2_sample_drop(sample);
}
}
Expand Down

0 comments on commit 79e5b48

Please sign in to comment.