-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fix MISRA deviations * Not to apply operators to an expression of pointer type * Not to use reserved identifier on internal variable * Fix CI build flow * Fix spelling * Fix more rule 18.4 deviations * Rename internal variable * Not using negative index in implementation * Fix more rule 18.4 deviations * Update format * Update CMakeLists.txt * Update MISRA comments * Use parentheses to specify operator order * Fix typo * Use negative index in the implementation * Add assertion to ensure pBufCur points to the same array --------- Co-authored-by: Ubuntu <[email protected]>
- Loading branch information
1 parent
dbe5583
commit dc530f7
Showing
11 changed files
with
170 additions
and
144 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,8 +25,9 @@ decihours | |
Decihours | ||
DECIHOURS | ||
DNDEBUG | ||
DUNITY | ||
DSIGV | ||
DUNITY | ||
DUNITTEST | ||
Ecjuve | ||
EKHX | ||
getpacketid | ||
|
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.