spiOverJtag/build.py: added default value for pkg variable
This commit is contained in:
parent
8694b3c295
commit
f8ae76e771
|
|
@ -55,6 +55,7 @@ currDir = os.path.abspath(os.path.curdir) + '/'
|
|||
files = []
|
||||
parameters = {}
|
||||
pkg_name = None
|
||||
pkg = None
|
||||
model = ""
|
||||
|
||||
subpart = part[0:4].lower()
|
||||
|
|
|
|||
Loading…
Reference in New Issue