diff --git a/CMSIS/Documentation/Doxygen/Core/src/misra.md b/CMSIS/Documentation/Doxygen/Core/src/misra.md index 4fa41a7b..179a6e69 100644 --- a/CMSIS/Documentation/Doxygen/Core/src/misra.md +++ b/CMSIS/Documentation/Doxygen/Core/src/misra.md @@ -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.