git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7921 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
b63f065fe7
commit
07380f7772
|
@ -65,7 +65,7 @@ endif
|
||||||
|
|
||||||
# Enables the use of FPU on Cortex-M4 (no, softfp, hard).
|
# Enables the use of FPU on Cortex-M4 (no, softfp, hard).
|
||||||
ifeq ($(USE_FPU),)
|
ifeq ($(USE_FPU),)
|
||||||
USE_FPU = hard
|
USE_FPU = no
|
||||||
endif
|
endif
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in New Issue