Skip to content

Commit

Permalink
fix issue ARM-software#1266
Browse files Browse the repository at this point in the history
  • Loading branch information
GorgonMeducer authored Oct 3, 2021
1 parent a408527 commit 21c0df7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMSIS/RTOS2/RTX/Source/ARM/irq_armv7m.s
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
RTX_STACK_CHECK EQU 0
ENDIF

IF ({FPU}="FPv4-SP")
IF ({FPU}="FPv4-SP") || ({FPU}="VFPv4_D16") || ({FPU}="VFPv4_SP_D16") || ({FPU}="FPv5-SP") || ({FPU}="FPv5_D16")
FPU_USED EQU 1
ELSE
FPU_USED EQU 0
Expand Down

0 comments on commit 21c0df7

Please sign in to comment.