mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-20 10:08:33 -04:00
Remove unwanted variable portACL_ENTRY_SIZE_BYTES (#810)
This commit is contained in:
parent
2f25cb94f5
commit
ac5deb155d
25 changed files with 25 additions and 50 deletions
|
@ -223,8 +223,7 @@ typedef struct MPU_REGION_SETTINGS
|
|||
|
||||
#define MAX_CONTEXT_SIZE ( 52 )
|
||||
|
||||
/* Size of an Access Control List (ACL) entry in bits and bytes. */
|
||||
#define portACL_ENTRY_SIZE_BYTES ( 4U )
|
||||
/* Size of an Access Control List (ACL) entry in bits. */
|
||||
#define portACL_ENTRY_SIZE_BITS ( 32U )
|
||||
|
||||
/* Flags used for xMPU_SETTINGS.ulTaskFlags member. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue