mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-07-10 00:07:49 -06:00
Fix some config builds
This commit is contained in:
parent
b2bc85f6f6
commit
dfa33082bb
5 changed files with 11 additions and 8 deletions
|
@ -18,7 +18,6 @@ for i, flag in enumerate(env["LINKFLAGS"]):
|
|||
elif flag == "-T":
|
||||
env["LINKFLAGS"][i + 1] = custom_ld_script
|
||||
|
||||
|
||||
# Rename ${PROGNAME}.bin and save it as 'project.bin' (No encryption on the Longer3D)
|
||||
def encrypt(source, target, env):
|
||||
firmware = open(target[0].path, "rb")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue