git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7921 35acf78f-673a-0410-8e92-d51de3d6d3f4

This commit is contained in:
Giovanni Di Sirio 2015-04-23 13:05:14 +00:00
parent b63f065fe7
commit 07380f7772
1 changed files with 1 additions and 1 deletions

View File

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