aboutsummaryrefslogtreecommitdiffstats
path: root/demos/rt/RT-STM32F407-DISCOVERY-MEMS/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'demos/rt/RT-STM32F407-DISCOVERY-MEMS/Makefile')
-rw-r--r--demos/rt/RT-STM32F407-DISCOVERY-MEMS/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/rt/RT-STM32F407-DISCOVERY-MEMS/Makefile b/demos/rt/RT-STM32F407-DISCOVERY-MEMS/Makefile
index e437203f0..f150b9fc5 100644
--- a/demos/rt/RT-STM32F407-DISCOVERY-MEMS/Makefile
+++ b/demos/rt/RT-STM32F407-DISCOVERY-MEMS/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