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