mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-12-09 13:15:15 -05:00
Clang format portmacro.h with slight tweaks to the format options
This commit is contained in:
parent
4f65931294
commit
7650690bef
1 changed files with 6 additions and 5 deletions
|
|
@ -670,7 +670,8 @@ typedef struct MPU_SETTINGS
|
|||
xSYSTEM_CALL_STACK_INFO xSystemCallStackInfo;
|
||||
|
||||
#if( configENABLE_ACCESS_CONTROL_LIST == 1 )
|
||||
uint32_t ulAccessControlList[ ( configPROTECTED_KERNEL_OBJECT_POOL_SIZE / portACL_ENTRY_SIZE_BITS ) + 1 ];
|
||||
uint32_t ulAccessControlList
|
||||
[ ( configPROTECTED_KERNEL_OBJECT_POOL_SIZE / portACL_ENTRY_SIZE_BITS ) + 1 ];
|
||||
#endif
|
||||
} xMPU_SETTINGS;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue