Skip to content

Commit b834528

Browse files
feilipuSkptak
andauthored
Update portable/GCC/ARM_CM33/non_secure/port.c
Co-authored-by: Soren Ptak <[email protected]>
1 parent f3ff2be commit b834528

File tree

1 file changed

+1
-1
lines changed
  • portable/GCC/ARM_CM33/non_secure

1 file changed

+1
-1
lines changed

portable/GCC/ARM_CM33/non_secure/port.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1775,7 +1775,7 @@ void vPortEndScheduler( void ) /* PRIVILEGED_FUNCTION */
17751775
void vPortStoreTaskMPUSettings( xMPU_SETTINGS * xMPUSettings,
17761776
const struct xMEMORY_REGION * const xRegions,
17771777
StackType_t * pxBottomOfStack,
1778-
configSTACK_DEPTH_TYPE ulStackDepth )
1778+
configSTACK_DEPTH_TYPE uxStackDepth )
17791779
{
17801780
uint32_t ulRegionStartAddress, ulRegionEndAddress, ulRegionNumber;
17811781
int32_t lIndex = 0;

0 commit comments

Comments
 (0)