Skip to content

Commit

Permalink
Update portable/GCC/ARM_CM33/non_secure/port.c
Browse files Browse the repository at this point in the history
Co-authored-by: Soren Ptak <ptaksoren@gmail.com>
  • Loading branch information
feilipu and Skptak authored Jan 19, 2024
1 parent f3ff2be commit b834528
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion portable/GCC/ARM_CM33/non_secure/port.c
Original file line number Diff line number Diff line change
Expand Up @@ -1775,7 +1775,7 @@ void vPortEndScheduler( void ) /* PRIVILEGED_FUNCTION */
void vPortStoreTaskMPUSettings( xMPU_SETTINGS * xMPUSettings,
const struct xMEMORY_REGION * const xRegions,
StackType_t * pxBottomOfStack,
configSTACK_DEPTH_TYPE ulStackDepth )
configSTACK_DEPTH_TYPE uxStackDepth )
{
uint32_t ulRegionStartAddress, ulRegionEndAddress, ulRegionNumber;
int32_t lIndex = 0;
Expand Down

0 comments on commit b834528

Please sign in to comment.