-
Notifications
You must be signed in to change notification settings - Fork 117
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
Fix warnings and other little things #81
Conversation
efc1425
to
6c66901
Compare
On Arduino 3, type definition has changed. It is recommended to use PRIu32 / PRId32 / PRIu16 / PRI16 / etc for printf formats
@ayushsharma82 : this PR is ready |
Needs conflicts to be resolved. |
This PR was containing all the improvement to the existing code, without the WSL_HIGH_PERF version. Since you've merged the WSL_HIGH_PERF version into dev, this PR is not needed for dev since the WSL_HIGH_PERF version also included all the little improvements to the existing code. I've changed the base to master: depending on your release plan and process, it can either be merged to master or be closed if dev will be merged to master ;-) |
On Arduino 3, type definition has changed. It is recommended to use PRIu32 / PRId32 / PRIu16 / PRId16 / etc for printf formats