Skip to content

Commit 1f59ce7

Browse files
committed
Fix github batch addition
1 parent f9c020e commit 1f59ce7

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

MISRA.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)