mirror of
https://github.com/xoseperez/espurna.git
synced 2026-03-12 11:17:06 +01:00
Disable floating point support when building using PIO
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user