This commit is contained in:
Matthew Kennedy 2023-08-25 20:09:06 -07:00 committed by rusefillc
parent 88193c5ea8
commit 2fa2f2d522
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ endif
# Enables the use of FPU on Cortex-M4 (no, softfp, hard).
ifeq ($(USE_FPU),)
USE_FPU = softfp
USE_FPU = hard
endif
#