File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -121,9 +121,8 @@ MISRA C-2012 Rule 14.3: Controlling expressions shall not be invariant.
121121
122122_ Ref 14.3_
123123 - The ` configMAX_TASK_NAME_LEN ` and ` taskRESERVED_TASK_NAME_LENGTH ` are
124- evaluated to constants at compile time and may vary based on the build configuration.
125- constant at compile time however can vary depending on build configuration.
126- This condition takes into account the build configuration of the system.
124+ evaluated to constants at compile time and may vary based on the build
125+ configuration.
127126
128127#### Rule 18.1
129128
@@ -134,8 +133,6 @@ _Ref 18.1_
134133 - Array access remains within bounds since either the null terminator in
135134 the IDLE task name will break the loop, or the loop will break normally
136135 if the array size is smaller than the IDLE task name length.
137- of the IDLE task name results in breaking from the loop. Alternatively, if
138- the size is smaller than the IDLE task name length, the loop will exit normally.
139136
140137#### Rule 21.6
141138
You can’t perform that action at this time.
0 commit comments