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
|
# Parse the user's custom board .ioc file
|
||||||
if args.custom:
|
if args.custom:
|
||||||
parse_BoardFile(args.custom)
|
parse_BoardFile(args.custom)
|
||||||
|
TargetName = ""
|
||||||
|
|
||||||
for mcu_file in mcu_list:
|
for mcu_file in mcu_list:
|
||||||
if args.mcu:
|
if args.mcu:
|
||||||
|
|
Loading…
Reference in New Issue