mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2026-03-09 18:13:30 -04:00
Merge a8eb1a6f7d into f1043c49d5
This commit is contained in:
commit
7219871e2a
1 changed files with 3 additions and 0 deletions
|
|
@ -65,6 +65,9 @@ static void prvTickISR( void )
|
|||
/* Tasks or ISRs running on other cores may still in critical section in
|
||||
* multiple cores environment. Incrementing tick needs to performed in
|
||||
* critical section. */
|
||||
/* MISRA Ref 4.7.1 [Return value shall be checked] */
|
||||
/* More details at: https://github.com/FreeRTOS/FreeRTOS-Kernel/blob/main/MISRA.md#dir-47 */
|
||||
/* coverity[misra_c_2012_directive_4_7_violation] */
|
||||
ulPreviousMask = taskENTER_CRITICAL_FROM_ISR();
|
||||
|
||||
/* Maintain the tick count. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue