From 0fc0a5fbbabadfc0a7c9e5be6ea7387872b7f8b1 Mon Sep 17 00:00:00 2001 From: Soren Ptak Date: Wed, 3 Jan 2024 17:14:36 -0500 Subject: [PATCH] Formatting fix --- portable/GCC/ARM_CRx_MPU/portmacro_asm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/portable/GCC/ARM_CRx_MPU/portmacro_asm.h b/portable/GCC/ARM_CRx_MPU/portmacro_asm.h index 29d4ffe92..2545403a0 100644 --- a/portable/GCC/ARM_CRx_MPU/portmacro_asm.h +++ b/portable/GCC/ARM_CRx_MPU/portmacro_asm.h @@ -484,7 +484,7 @@ extern "C" { /** @brief The length in ulContext for all the registers in a context * @note There are the 13 GPRs, the Stack Pointer, and the Link Register */ -#define portREGISTER_CONTEXT_LENGTH ( ( 16 * 4U ) ) +#define portREGISTER_CONTEXT_LENGTH ( ( 16 * 4U ) ) /** If you KNOW that your system will not utilize the FPU in any capacity * you can set portENABLE_FPU to 0, which will reduce the per-task RAM usage