diff options
Diffstat (limited to 'testhal/STM32/multi/USB_CDC/Makefile-stm32f303_discovery')
-rw-r--r-- | testhal/STM32/multi/USB_CDC/Makefile-stm32f303_discovery | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/STM32/multi/USB_CDC/Makefile-stm32f303_discovery b/testhal/STM32/multi/USB_CDC/Makefile-stm32f303_discovery index 6f65fe01d..0084dd8d9 100644 --- a/testhal/STM32/multi/USB_CDC/Makefile-stm32f303_discovery +++ b/testhal/STM32/multi/USB_CDC/Makefile-stm32f303_discovery @@ -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=fpv4-sp-d16 -fsingle-precision-constant
endif
#
|