mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-01 08:54:14 -04:00
Remove obsolete code from prvCheckTasksWaitingTermination().
This commit is contained in:
parent
533b533820
commit
b5d8be2209
2 changed files with 19 additions and 26 deletions
|
@ -159,6 +159,9 @@ volatile long l1, l2;
|
|||
TaskHandle_t xTaskToKill;
|
||||
const TickType_t xDelay = pdMS_TO_TICKS( ( TickType_t ) 200 );
|
||||
|
||||
/* Test deletion of a task's secure context, if any. */
|
||||
portTASK_CALLS_SECURE_FUNCTIONS();
|
||||
|
||||
if( pvParameters != NULL )
|
||||
{
|
||||
/* This task is periodically created four times. Two created tasks are
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue