STM32F1: Remove extra py imports (#15898)

This commit is contained in:
Tanguy Pruvot
2019-11-14 11:24:55 +01:00
committed by Scott Lahteine
parent a022defe06
commit 94e18ce324
7 changed files with 0 additions and 11 deletions

View File

@ -17,8 +17,6 @@ for i, flag in enumerate(env["LINKFLAGS"]):
# Rename ${PROGNAME}.bin and save it as 'project.bin' (No encryption on the Longer3D)
def encrypt(source, target, env):
import os
firmware = open(target[0].path, "rb")
marlin_alfa = open(target[0].dir.path +'/project.bin', "wb")
length = os.path.getsize(target[0].path)