From e25b6e145de1facce13651a27e7fe4ff568a3c2b Mon Sep 17 00:00:00 2001 From: Soren Ptak Date: Tue, 2 Jan 2024 13:26:24 -0500 Subject: [PATCH] Formatting fix --- portable/GCC/ARM_CRx_MPU/port.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/portable/GCC/ARM_CRx_MPU/port.c b/portable/GCC/ARM_CRx_MPU/port.c index 07cc62a09..4f6336b55 100644 --- a/portable/GCC/ARM_CRx_MPU/port.c +++ b/portable/GCC/ARM_CRx_MPU/port.c @@ -228,8 +228,7 @@ PRIVILEGED_DATA volatile uint32_t ulICCEOIR = configEOI_ADDRESS; ); 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;