mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-20 18:18:32 -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
|
@ -287,8 +287,7 @@ extern void vClearInterruptMask( uint32_t ulMask ) /* __attribute__(( naked )) P
|
|||
#define portSTACK_FRAME_HAS_PADDING_FLAG ( 1UL << 0UL )
|
||||
#define portTASK_IS_PRIVILEGED_FLAG ( 1UL << 1UL )
|
||||
|
||||
/* 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 )
|
||||
|
||||
typedef struct MPU_SETTINGS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue