mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2026-02-20 00:55:28 -05: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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue