forked from FreeRTOS/FreeRTOS-Cellular-Interface
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix MISRA C 2012 deviations (FreeRTOS#165)
* Adding "UNITTEST" and "COV_ANALYSIS" to align FreeRTOS libraries design * Fix rule 12.3 not to use comma operator * Fix rule 13.4 not to use the returned value of the assignment operator * Fix rule 17.7 for unused return value * Fix rule 18.4 not to use arithmetic on pointer type * Fix rule 2.2 to remove overwritten initialized value * Fix forward NULL warning --------- Co-authored-by: Ubuntu <[email protected]>
- Loading branch information
1 parent
df553bd
commit 71d6f60
Showing
15 changed files
with
256 additions
and
242 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
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.