mirror of https://github.com/ARMmbed/mbed-os.git
Fix missing reference to TargetName variable
parent
81c3aef9fa
commit
958edf9923
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue