File tree 1 file changed +2
-5
lines changed
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.
121
121
122
122
_ Ref 14.3_
123
123
- 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.
127
126
128
127
#### Rule 18.1
129
128
@@ -134,8 +133,6 @@ _Ref 18.1_
134
133
- Array access remains within bounds since either the null terminator in
135
134
the IDLE task name will break the loop, or the loop will break normally
136
135
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.
139
136
140
137
#### Rule 21.6
141
138
You can’t perform that action at this time.
0 commit comments