This commit is contained in:
Matthew Kennedy 2023-08-25 20:09:06 -07:00
parent 0beb2ba89d
commit a77ad48193
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
#