Browse Source

⚗️ 32-bit float constants (STM32F1) (#21996)

Krzysztof Błażewicz 4 years ago
parent
commit
da76381605
No account linked to committer's email address
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      Marlin/src/HAL/STM32F1/build_flags.py

+ 1
- 0
Marlin/src/HAL/STM32F1/build_flags.py View File

@@ -11,6 +11,7 @@ if __name__ == "__main__":
11 11
                     "-fsigned-char",
12 12
                     "-fno-move-loop-invariants",
13 13
                     "-fno-strict-aliasing",
14
+                    "-fsingle-precision-constant",
14 15
 
15 16
                     "--specs=nano.specs",
16 17
                     "--specs=nosys.specs",

Loading…
Cancel
Save