mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-28 01:53:48 +08:00
[chibios] Make constants consistent with different architectures (#2860)
This commit is contained in:
@@ -29,7 +29,7 @@ endif
|
||||
|
||||
# FPU options default (Cortex-M4 and Cortex-M7 single precision).
|
||||
ifeq ($(USE_FPU_OPT),)
|
||||
USE_FPU_OPT = -mfpu=fpv4-sp-d16 -fsingle-precision-constant
|
||||
USE_FPU_OPT = -mfpu=fpv4-sp-d16
|
||||
endif
|
||||
|
||||
# FPU-related options
|
||||
|
||||
Reference in New Issue
Block a user