From fa0fb6f4d8192789614d72d024f5c07452bd50e3 Mon Sep 17 00:00:00 2001 From: Kody Stribrny Date: Fri, 24 Jan 2025 09:31:38 -0800 Subject: [PATCH] Fix exception file reference --- MISRA.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MISRA.md b/MISRA.md index 6b13ecac4..a21bd132e 100644 --- a/MISRA.md +++ b/MISRA.md @@ -119,7 +119,7 @@ _Ref 11.5.5_ MISRA C-2012 Rule 14.3: Controlling expressions shall not be invariant. -_Ref 14.3.1_ +_Ref 14.3_ - The `configMAX_TASK_NAME_LEN` and `taskRESERVED_TASK_NAME_LENGTH` values constant at compile time however can vary depending on build configuration. This condition takes into account the build configuration of the system.