Formatting fixes

This commit is contained in:
Soren Ptak 2024-01-30 14:28:02 -05:00
parent 902ae3d750
commit 11beb7156e

View file

@ -230,8 +230,7 @@ PRIVILEGED_FUNCTION static uint32_t prvGetMPURegionSizeSetting(
);
xSysCallInfo->pulSystemCallStackPointer =
( uint32_t * ) ( ( uint32_t ) ( xSysCallInfo->pulSystemCallStackPointer ) &
( uint32_t ) ( ~( portBYTE_ALIGNMENT_MASK ) ) );
( uint32_t * ) ( ( uint32_t ) ( xSysCallInfo->pulSystemCallStackPointer ) & ( uint32_t ) ( ~( portBYTE_ALIGNMENT_MASK ) ) );
/* This is not NULL only for the duration of a system call. */
xSysCallInfo->pulTaskStackPointer = NULL;