mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2026-07-10 13:29:45 -04:00
Update formatting
This commit is contained in:
parent
5a7a3d4397
commit
4319a71470
1 changed files with 3 additions and 2 deletions
|
|
@ -249,7 +249,8 @@
|
|||
#if ( ( configUSE_MPU_WRAPPERS_V1 == 0 ) && ( configENABLE_ACCESS_CONTROL_LIST == 1 ) )
|
||||
|
||||
#define vGrantAccessToTask( xTask, xTaskToGrantAccess ) vGrantAccessToKernelObject( ( xTask ), ( int32_t ) ( xTaskToGrantAccess ) )
|
||||
/* A privileged task must revoke access to the object before deletion,
|
||||
|
||||
/* A privileged task must revoke access to the object before deletion,
|
||||
* otherwise index reuse may result in accidental permissions. */
|
||||
#define vRevokeAccessToTask( xTask, xTaskToRevokeAccess ) vRevokeAccessToKernelObject( ( xTask ), ( int32_t ) ( xTaskToRevokeAccess ) )
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue