From b02d53595634369107b9ba11a40ec37728f3ce96 Mon Sep 17 00:00:00 2001 From: Paul Bartell Date: Wed, 16 Nov 2022 09:54:47 -0800 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Gaurav-Aggarwal-AWS <33462878+aggarg@users.noreply.github.com> --- portable/GCC/ARM_CR5/port.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/portable/GCC/ARM_CR5/port.c b/portable/GCC/ARM_CR5/port.c index 88c21dceaab..f761b69128c 100644 --- a/portable/GCC/ARM_CR5/port.c +++ b/portable/GCC/ARM_CR5/port.c @@ -149,7 +149,8 @@ #define portTASK_RETURN_ADDRESS prvTaskExitError #endif -#if ( configUSE_TASK_FPU_SUPPORT != 0 ) +#if ( configUSE_TASK_FPU_SUPPORT == 2 ) + /* * The space on the stack required to hold the FPU registers.