From 5782d6f8057906d360f4b95ec08a2354afe5c9b9 Mon Sep 17 00:00:00 2001 From: Jonatan Antoni Date: Wed, 4 Sep 2024 16:29:28 +0200 Subject: [PATCH] Fixes MISRA Checker flagging Rule 21.2 #190 --- CMSIS/Documentation/Doxygen/Core/src/misra.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.