We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67f59a5 commit d33d04bCopy full SHA for d33d04b
portable/GCC/ARM_CRx_MPU/port.c
@@ -418,7 +418,7 @@ void vPortStoreTaskMPUSettings( xMPU_SETTINGS * xMPUSettings,
418
ulIndex = portSTACK_REGION;
419
xMPUSettings->xRegion[ ulIndex ].ulRegionBaseAddress = ( uint32_t ) pxBottomOfStack;
420
xMPUSettings->xRegion[ ulIndex ].ulRegionSize = ( ulRegionLengthEncoded |
421
- portMPU_REGION_ENABLE );;
+ portMPU_REGION_ENABLE );
422
xMPUSettings->xRegion[ ulIndex ].ulRegionAttribute = ( portMPU_REGION_PRIV_RW_USER_RW_NOEXEC |
423
portMPU_REGION_NORMAL_OIWTNOWA_SHARED );
424
}
0 commit comments