refactor(bmp388): refactor variable declaration and initialization#22719
Merged
refactor(bmp388): refactor variable declaration and initialization#22719
Conversation
53c248e to
6f2afcd
Compare
dagar
previously approved these changes
Feb 13, 2024
PetervdPerk-NXP
previously approved these changes
Feb 13, 2024
|
This pull request has been automatically closed due to 120 days of inactivity. If you would like to continue, please feel free to reopen it or submit a new PR. |
6f2afcd to
5f47e4e
Compare
dakejahl
approved these changes
Apr 9, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Solved Problem
Separate variable declarations and processing.
Separating variable declarations from actual processing.
NULL is used.
Solution
Combine variable declarations and processing.
Change NULL to NULLPTR.
Changelog Entry
None.
Alternatives
None.
Test coverage
Must be able to build successfully.
Value should change in QGC's MAVLINK inspector.
HARD FAULT should not occur in PIXHAWK6X-RT
Context
None