We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6c6df4f + d33d04b commit 612971cCopy full SHA for 612971c
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