0
0
Fork 0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2025-02-01 06:30:24 +00:00
MarlinFirmware/buildroot/share/PlatformIO/scripts/add_nanolib.py
2021-02-27 22:38:57 -06:00

5 lines
80 B
Python

#
# add_nanolib.py
#
Import("env")
env.Append(LINKFLAGS=["--specs=nano.specs"])