Browse Source

Disable floating point support when building using PIO

pull/611/head
Xose Pérez 6 years ago
parent
commit
d3fbe31d92
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      code/extra_scripts.py

+ 0
- 1
code/extra_scripts.py View File

@ -37,7 +37,6 @@ def clr(color, text):
def remove_float_support():
flags = " ".join(env['LINKFLAGS'])
print flags
flags = flags.replace("-u _printf_float", "")
flags = flags.replace("-u _scanf_float", "")
newflags = flags.split()


Loading…
Cancel
Save