File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -175,9 +175,6 @@ typedef struct xHeapStats
175175 * terminated by a HeapRegions_t structure that has a size of 0. The region
176176 * with the lowest start address must appear first in the array.
177177 */
178- /* MISRA Ref 8.6.1 [External linkage] */
179- /* More details at: https://github.com/FreeRTOS/FreeRTOS-Kernel/blob/main/MISRA.md#rule-86 */
180- /* coverity[misra_c_2012_rule_8_6_violation] */
181178void vPortDefineHeapRegions ( const HeapRegion_t * const pxHeapRegions ) PRIVILEGED_FUNCTION ;
182179
183180/*
Original file line number Diff line number Diff line change @@ -3839,9 +3839,6 @@ void vTaskEndScheduler( void )
38393839
38403840 /* This function must be called from a task and the application is
38413841 * responsible for deleting that task after the scheduler is stopped. */
3842- /* MISRA Ref 2.2 [No dead code] */
3843- /* More details at: https://github.com/FreeRTOS/FreeRTOS-Kernel/blob/main/MISRA.md#dir-22 */
3844- /* coverity[misra_c_2012_directive_2_2_violation] */
38453842 vPortEndScheduler ();
38463843
38473844 traceRETURN_vTaskEndScheduler ();
You can’t perform that action at this time.
0 commit comments