Update formatting

This commit is contained in:
Kody Stribrny 2026-06-04 13:31:49 -07:00
parent 5a7a3d4397
commit 4319a71470

View file

@ -249,8 +249,9 @@
#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,
* otherwise index reuse may result in accidental permissions. */
/* 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 ) )
#define vGrantAccessToSemaphore( xTask, xSemaphoreToGrantAccess ) vGrantAccessToKernelObject( ( xTask ), ( int32_t ) ( xSemaphoreToGrantAccess ) )