forked from epagris/FreeRTOS-Kernel
Update the common demo death.c to use the updated macro name to give it a secure context.
This commit is contained in:
parent
ce576f3683
commit
c3c9c12ce2
@ -98,7 +98,7 @@ 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();
|
||||
portALLOCATE_SECURE_CONTEXT( configMINIMAL_SECURE_STACK_SIZE );
|
||||
|
||||
if( pvParameters != NULL )
|
||||
{
|
||||
|
@ -306,3 +306,4 @@ BaseType_t xReturn;
|
||||
#endif
|
||||
|
||||
#endif /* PORTMACRO_H */
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user