aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32F30x/UART/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'testhal/STM32F30x/UART/Makefile')
-rw-r--r--testhal/STM32F30x/UART/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/STM32F30x/UART/Makefile b/testhal/STM32F30x/UART/Makefile
index c9f5bbaf3..d6ee04488 100644
--- a/testhal/STM32F30x/UART/Makefile
+++ b/testhal/STM32F30x/UART/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