Skip to content

Commit 612971c

Browse files
authored
Merge branch 'main' into add-cortex-r82-mpu-support
2 parents 6c6df4f + d33d04b commit 612971c

File tree

1 file changed

+1
-1
lines changed
  • portable/GCC/ARM_CRx_MPU

1 file changed

+1
-1
lines changed

portable/GCC/ARM_CRx_MPU/port.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@ void vPortStoreTaskMPUSettings( xMPU_SETTINGS * xMPUSettings,
418418
ulIndex = portSTACK_REGION;
419419
xMPUSettings->xRegion[ ulIndex ].ulRegionBaseAddress = ( uint32_t ) pxBottomOfStack;
420420
xMPUSettings->xRegion[ ulIndex ].ulRegionSize = ( ulRegionLengthEncoded |
421-
portMPU_REGION_ENABLE );;
421+
portMPU_REGION_ENABLE );
422422
xMPUSettings->xRegion[ ulIndex ].ulRegionAttribute = ( portMPU_REGION_PRIV_RW_USER_RW_NOEXEC |
423423
portMPU_REGION_NORMAL_OIWTNOWA_SHARED );
424424
}

0 commit comments

Comments
 (0)