minipill_lora_lmic_stm32cube/extra_script.py
2023-12-29 19:20:47 +01:00

12 lines
133 B
Python

Import("env")
#
# Dump build environment (for debug)
# print(env.Dump())
#
env.Append(
LINKFLAGS=[
"-u _printf_float"
]
)