Skip to content

Commit 4319a71

Browse files
committed
Update formatting
1 parent 5a7a3d4 commit 4319a71

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

include/mpu_wrappers.h

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -249,8 +249,9 @@
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 ) )

0 commit comments

Comments
 (0)