We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3ff2be commit b834528Copy full SHA for b834528
portable/GCC/ARM_CM33/non_secure/port.c
@@ -1775,7 +1775,7 @@ void vPortEndScheduler( void ) /* PRIVILEGED_FUNCTION */
1775
void vPortStoreTaskMPUSettings( xMPU_SETTINGS * xMPUSettings,
1776
const struct xMEMORY_REGION * const xRegions,
1777
StackType_t * pxBottomOfStack,
1778
- configSTACK_DEPTH_TYPE ulStackDepth )
+ configSTACK_DEPTH_TYPE uxStackDepth )
1779
{
1780
uint32_t ulRegionStartAddress, ulRegionEndAddress, ulRegionNumber;
1781
int32_t lIndex = 0;
0 commit comments