Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use portable PRIu64 macro instead of %lu for uint64_t #5

Merged
merged 2 commits into from
Jan 8, 2024

Conversation

jeongyunl
Copy link
Contributor

When printing uint64_t variable, PRIu64 should be used as it's a portable and standard way.

@bkueng
Copy link
Member

bkueng commented Dec 21, 2023

Thanks, there's some formatting error in CI, can you fix it? Otherwise looks good.
image

@jeongyunl
Copy link
Contributor Author

@bkueng Thanks. Fixed the formatting

@bkueng bkueng merged commit f71dc71 into PX4:main Jan 8, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants