aboutsummaryrefslogtreecommitdiffstats
path: root/demos/STM32/RT-STM32L476-DISCOVERY/Makefile
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2016-02-28 09:03:32 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2016-02-28 09:03:32 +0000
commit98ef475714df436553966f278e472b8e593401c5 (patch)
treeb373b4e14ac2d490f458cba4e4c8f356760baaa0 /demos/STM32/RT-STM32L476-DISCOVERY/Makefile
parent18543d21c71037cf9ff3f16bf25d5ca425939914 (diff)
downloadChibiOS-98ef475714df436553966f278e472b8e593401c5.tar.gz
ChibiOS-98ef475714df436553966f278e472b8e593401c5.tar.bz2
ChibiOS-98ef475714df436553966f278e472b8e593401c5.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8979 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/STM32/RT-STM32L476-DISCOVERY/Makefile')
-rw-r--r--demos/STM32/RT-STM32L476-DISCOVERY/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/STM32/RT-STM32L476-DISCOVERY/Makefile b/demos/STM32/RT-STM32L476-DISCOVERY/Makefile
index 3829ac3a5..23d7ec066 100644
--- a/demos/STM32/RT-STM32L476-DISCOVERY/Makefile
+++ b/demos/STM32/RT-STM32L476-DISCOVERY/Makefile
@@ -69,7 +69,7 @@ ifeq ($(USE_EXCEPTIONS_STACKSIZE),)
USE_EXCEPTIONS_STACKSIZE = 0x400
endif
-# Enables the use of FPU on Cortex-M4 (no, softfp, hard).
+# Enables the use of FPU (no, softfp, hard).
ifeq ($(USE_FPU),)
USE_FPU = no
endif