Skip to content

Commit 958edf9

Browse files
committed
Fix missing reference to TargetName variable
1 parent 81c3aef commit 958edf9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/targets/STM32_gen_PeripheralPins.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1371,6 +1371,7 @@ def parse_BoardFile(fileName):
13711371
# Parse the user's custom board .ioc file
13721372
if args.custom:
13731373
parse_BoardFile(args.custom)
1374+
TargetName = ""
13741375

13751376
for mcu_file in mcu_list:
13761377
if args.mcu:

0 commit comments

Comments
 (0)