Skip to content

Commit

Permalink
Fixes MISRA Checker flagging Rule 21.2 #190
Browse files Browse the repository at this point in the history
  • Loading branch information
JonatanAntoni committed Sep 4, 2024
1 parent 5893c3d commit 5782d6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMSIS/Documentation/Doxygen/Core/src/misra.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ CMSIS-Core (Cortex-M) violates the following MISRA-C:2012 rules:
- Rule 20.10, '#/##' operators used.
- Violated since function-like macros are used to generate more efficient code.

- Rule 21.1, reserved to the compiler.
- Rules 21.1 and 21.2, reserved to the compiler.
- Violated since macros with leading underscores are used.

0 comments on commit 5782d6f

Please sign in to comment.