mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-12-09 05:05:17 -05:00
Fix formatting in portmacro_asm.h
This commit is contained in:
parent
63dfe612be
commit
aacae9f21c
1 changed files with 7 additions and 7 deletions
|
|
@ -142,13 +142,13 @@ extern "C" {
|
||||||
#define portMPU_SUBREGION_7_DISABLE ( 0x1UL << 15UL )
|
#define portMPU_SUBREGION_7_DISABLE ( 0x1UL << 15UL )
|
||||||
|
|
||||||
/* Default MPU regions */
|
/* Default MPU regions */
|
||||||
#define portFIRST_CONFIGURABLE_REGION ( 0 )
|
#define portFIRST_CONFIGURABLE_REGION ( 0 )
|
||||||
#define portLAST_CONFIGURABLE_REGION ( portMPU_TOTAL_REGIONS - 6UL )
|
#define portLAST_CONFIGURABLE_REGION ( portMPU_TOTAL_REGIONS - 6UL )
|
||||||
#define portSTACK_REGION ( portMPU_TOTAL_REGIONS - 5UL )
|
#define portSTACK_REGION ( portMPU_TOTAL_REGIONS - 5UL )
|
||||||
#define portGENERAL_PERIPHERALS_REGION ( portMPU_TOTAL_REGIONS - 4UL )
|
#define portGENERAL_PERIPHERALS_REGION ( portMPU_TOTAL_REGIONS - 4UL )
|
||||||
#define portUNPRIVILEGED_FLASH_REGION ( portMPU_TOTAL_REGIONS - 3UL )
|
#define portUNPRIVILEGED_FLASH_REGION ( portMPU_TOTAL_REGIONS - 3UL )
|
||||||
#define portPRIVILEGED_FLASH_REGION ( portMPU_TOTAL_REGIONS - 2UL )
|
#define portPRIVILEGED_FLASH_REGION ( portMPU_TOTAL_REGIONS - 2UL )
|
||||||
#define portPRIVILEGED_RAM_REGION ( portMPU_TOTAL_REGIONS - 1UL )
|
#define portPRIVILEGED_RAM_REGION ( portMPU_TOTAL_REGIONS - 1UL )
|
||||||
#define portNUM_CONFIGURABLE_REGIONS \
|
#define portNUM_CONFIGURABLE_REGIONS \
|
||||||
( ( portLAST_CONFIGURABLE_REGION - portFIRST_CONFIGURABLE_REGION ) + 1UL )
|
( ( portLAST_CONFIGURABLE_REGION - portFIRST_CONFIGURABLE_REGION ) + 1UL )
|
||||||
/* Plus one to make space for the stack region*/
|
/* Plus one to make space for the stack region*/
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue