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

Add pointer initialization in MPU6050.cpp #318

Merged
merged 1 commit into from
Sep 23, 2017

Conversation

ryan-feeley
Copy link
Contributor

The uint8_t* verifyBuffer pointer was uninitialized. I don't think this causes any problems, since
it is only checked if verify is true, and that condition does initialize verifyBuffer elsewhere
in the code. However, it's probably safer to initialize it to 0 or nullptr in case some future
edit does something different.

The uint8_t* verifyBuffer was uninitialized. I don't think this causes any problems, since 
it is only checked if verify is true, and that condition does initialize verifyBuffer elsewhere
in the code. However, it's probably safer to initialize it to 0 or nullptr in case some future
edit does something different.
@jrowberg jrowberg merged commit 9a1ef6e into jrowberg:master Sep 23, 2017
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