aboutsummaryrefslogtreecommitdiffstats
path: root/demos/STM32/RT-STM32H743I-NUCLEO144
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2018-05-08 12:36:23 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2018-05-08 12:36:23 +0000
commitd4481fd211ea38aba3b32ace750834e5783f05e9 (patch)
tree3dbe7fc29847b90bf9cf5d46aca6d8436a73fac6 /demos/STM32/RT-STM32H743I-NUCLEO144
parente1474c129264bf3c378544cf25c79fe8aaf8f5d5 (diff)
downloadChibiOS-d4481fd211ea38aba3b32ace750834e5783f05e9.tar.gz
ChibiOS-d4481fd211ea38aba3b32ace750834e5783f05e9.tar.bz2
ChibiOS-d4481fd211ea38aba3b32ace750834e5783f05e9.zip
H7 OTG changes, not complete.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12015 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'demos/STM32/RT-STM32H743I-NUCLEO144')
-rw-r--r--demos/STM32/RT-STM32H743I-NUCLEO144/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/STM32/RT-STM32H743I-NUCLEO144/Makefile b/demos/STM32/RT-STM32H743I-NUCLEO144/Makefile
index f73b88857..95d18528f 100644
--- a/demos/STM32/RT-STM32H743I-NUCLEO144/Makefile
+++ b/demos/STM32/RT-STM32H743I-NUCLEO144/Makefile
@@ -76,7 +76,7 @@ endif
# FPU-related options.
ifeq ($(USE_FPU_OPT),)
- USE_FPU_OPT = -mfloat-abi=$(USE_FPU) -mfpu=fpv5-sp-d16 -fsingle-precision-constant
+ USE_FPU_OPT = -mfloat-abi=$(USE_FPU) -mfpu=fpv5-sp-d16
endif
#