mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2026-02-03 07:39:02 +01:00
remove stray semicolon from gcc-ARM_CRx_MPU port.c
Remove stray semicolon from gcc-ARM_CRx_MPU port.c. Signed-off-by: Florian La Roche <Florian.LaRoche@gmail.com>
This commit is contained in:
parent
67f59a5f58
commit
d33d04b14c
@ -418,7 +418,7 @@ void vPortStoreTaskMPUSettings( xMPU_SETTINGS * xMPUSettings,
|
|||||||
ulIndex = portSTACK_REGION;
|
ulIndex = portSTACK_REGION;
|
||||||
xMPUSettings->xRegion[ ulIndex ].ulRegionBaseAddress = ( uint32_t ) pxBottomOfStack;
|
xMPUSettings->xRegion[ ulIndex ].ulRegionBaseAddress = ( uint32_t ) pxBottomOfStack;
|
||||||
xMPUSettings->xRegion[ ulIndex ].ulRegionSize = ( ulRegionLengthEncoded |
|
xMPUSettings->xRegion[ ulIndex ].ulRegionSize = ( ulRegionLengthEncoded |
|
||||||
portMPU_REGION_ENABLE );;
|
portMPU_REGION_ENABLE );
|
||||||
xMPUSettings->xRegion[ ulIndex ].ulRegionAttribute = ( portMPU_REGION_PRIV_RW_USER_RW_NOEXEC |
|
xMPUSettings->xRegion[ ulIndex ].ulRegionAttribute = ( portMPU_REGION_PRIV_RW_USER_RW_NOEXEC |
|
||||||
portMPU_REGION_NORMAL_OIWTNOWA_SHARED );
|
portMPU_REGION_NORMAL_OIWTNOWA_SHARED );
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user