Skip to content

Commit 48e4166

Browse files
committed
Fix suppression numbering
1 parent ea2a076 commit 48e4166

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3546,7 +3546,7 @@ static BaseType_t prvCreateIdleTasks( void )
35463546
TaskFunction_t pxIdleTaskFunction = NULL;
35473547
UBaseType_t xIdleTaskNameIndex;
35483548

3549-
/* MISRA Ref 14.3 [Configuration dependent invariant] */
3549+
/* MISRA Ref 14.3.1 [Configuration dependent invariant] */
35503550
/* More details at: https://github.com/FreeRTOS/FreeRTOS-Kernel/blob/main/MISRA.md#rule-143 */
35513551
/* coverity[misra_c_2012_rule_14_3_violation] */
35523552
for( xIdleTaskNameIndex = 0U; xIdleTaskNameIndex < ( configMAX_TASK_NAME_LEN - taskRESERVED_TASK_NAME_LENGTH ); xIdleTaskNameIndex++ )

0 commit comments

Comments
 (0)