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