We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea2a076 commit 48e4166Copy full SHA for 48e4166
tasks.c
@@ -3546,7 +3546,7 @@ static BaseType_t prvCreateIdleTasks( void )
3546
TaskFunction_t pxIdleTaskFunction = NULL;
3547
UBaseType_t xIdleTaskNameIndex;
3548
3549
- /* MISRA Ref 14.3 [Configuration dependent invariant] */
+ /* MISRA Ref 14.3.1 [Configuration dependent invariant] */
3550
/* More details at: https://github.com/FreeRTOS/FreeRTOS-Kernel/blob/main/MISRA.md#rule-143 */
3551
/* coverity[misra_c_2012_rule_14_3_violation] */
3552
for( xIdleTaskNameIndex = 0U; xIdleTaskNameIndex < ( configMAX_TASK_NAME_LEN - taskRESERVED_TASK_NAME_LENGTH ); xIdleTaskNameIndex++ )
0 commit comments