aboutsummaryrefslogtreecommitdiffstats
path: root/demos/nil/NIL-STM32F373-STM32373C_EVAL/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'demos/nil/NIL-STM32F373-STM32373C_EVAL/Makefile')
-rw-r--r--demos/nil/NIL-STM32F373-STM32373C_EVAL/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/nil/NIL-STM32F373-STM32373C_EVAL/Makefile b/demos/nil/NIL-STM32F373-STM32373C_EVAL/Makefile
index d07e5a072..32591bc9a 100644
--- a/demos/nil/NIL-STM32F373-STM32373C_EVAL/Makefile
+++ b/demos/nil/NIL-STM32F373-STM32373C_EVAL/Makefile
@@ -58,7 +58,7 @@ ifeq ($(USE_EXCEPTIONS_STACKSIZE),)
USE_EXCEPTIONS_STACKSIZE = 0x400
endif
-# Enables the use of FPU on Cortex-M4.
+# Enables the use of FPU on Cortex-M4 (no, softfp, hard).
ifeq ($(USE_FPU),)
USE_FPU = no
endif