Skip to content

Commit b02d535

Browse files
paulbartellaggarg
andauthored
Apply suggestions from code review
Co-authored-by: Gaurav-Aggarwal-AWS <[email protected]>
1 parent e46a8b7 commit b02d535

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

portable/GCC/ARM_CR5/port.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,8 @@
149149
#define portTASK_RETURN_ADDRESS prvTaskExitError
150150
#endif
151151

152-
#if ( configUSE_TASK_FPU_SUPPORT != 0 )
152+
#if ( configUSE_TASK_FPU_SUPPORT == 2 )
153+
153154

154155
/*
155156
* The space on the stack required to hold the FPU registers.

0 commit comments

Comments
 (0)