Fix some config builds

This commit is contained in:
Scott Lahteine
2021-03-01 07:10:00 -06:00
parent b2bc85f6f6
commit dfa33082bb
5 changed files with 11 additions and 8 deletions

View File

@ -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")