spiOverJtag/build.py: added default value for pkg variable

This commit is contained in:
Gwenhael Goavec-Merou 2025-09-25 15:47:48 +02:00
parent 8694b3c295
commit f8ae76e771
1 changed files with 1 additions and 0 deletions

View File

@ -55,6 +55,7 @@ currDir = os.path.abspath(os.path.curdir) + '/'
files = []
parameters = {}
pkg_name = None
pkg = None
model = ""
subpart = part[0:4].lower()