mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2026-01-05 14:17:42 -07:00
⚗️ 32-bit float constants (STM32F1) (#21996)
This commit is contained in:
parent
bc6e90f4ab
commit
da76381605
1 changed files with 1 additions and 0 deletions
|
|
@ -11,6 +11,7 @@ if __name__ == "__main__":
|
|||
"-fsigned-char",
|
||||
"-fno-move-loop-invariants",
|
||||
"-fno-strict-aliasing",
|
||||
"-fsingle-precision-constant",
|
||||
|
||||
"--specs=nano.specs",
|
||||
"--specs=nosys.specs",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue