File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 249249 #if ( ( configUSE_MPU_WRAPPERS_V1 == 0 ) && ( configENABLE_ACCESS_CONTROL_LIST == 1 ) )
250250
251251 #define vGrantAccessToTask ( xTask , xTaskToGrantAccess ) vGrantAccessToKernelObject( ( xTask ), ( int32_t ) ( xTaskToGrantAccess ) )
252- /* A privileged task must revoke access to the object before deletion,
253- * otherwise index reuse may result in accidental permissions. */
252+
253+ /* A privileged task must revoke access to the object before deletion,
254+ * otherwise index reuse may result in accidental permissions. */
254255 #define vRevokeAccessToTask ( xTask , xTaskToRevokeAccess ) vRevokeAccessToKernelObject( ( xTask ), ( int32_t ) ( xTaskToRevokeAccess ) )
255256
256257 #define vGrantAccessToSemaphore ( xTask , xSemaphoreToGrantAccess ) vGrantAccessToKernelObject( ( xTask ), ( int32_t ) ( xSemaphoreToGrantAccess ) )
You can’t perform that action at this time.
0 commit comments