mirror of
https://github.com/FreeRTOS/FreeRTOS.git
synced 2025-06-25 02:26:34 +08:00
Update the common demo death.c to use the updated macro name to give it a secure context.
This commit is contained in:
@ -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 */
|
||||
|
||||
|
Reference in New Issue
Block a user