Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Gaurav-Aggarwal-AWS <[email protected]>
  • Loading branch information
paulbartell and aggarg authored Nov 16, 2022
1 parent e46a8b7 commit b02d535
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion portable/GCC/ARM_CR5/port.c
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit b02d535

Please sign in to comment.