Skip to content

Commit d33d04b

Browse files
larochearchigup
authored andcommitted
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 <[email protected]>
1 parent 67f59a5 commit d33d04b

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)