Fix missing reference to TargetName variable

pull/12797/head
George Beckstein 2020-04-13 11:31:24 -04:00
parent 81c3aef9fa
commit 958edf9923
1 changed files with 1 additions and 0 deletions

View File

@ -1371,6 +1371,7 @@ if args.target:
# Parse the user's custom board .ioc file
if args.custom:
parse_BoardFile(args.custom)
TargetName = ""
for mcu_file in mcu_list:
if args.mcu: