Skip to content

Commit 12b716c

Browse files
committed
Merge pull request #1606 from 0xc0170/fix_f746_template
Targets nucleo f746zg - fix template name
2 parents 6501de9 + ae7e7fe commit 12b716c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workspace_tools/targets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -851,7 +851,7 @@ def __init__(self):
851851
self.progen = {
852852
"target":"nucleo-f746zg",
853853
"iar": {
854-
"template": [os.path.join(os.path.dirname(__file__), 'export', 'iar_nucleo_f746cg.ewp.tmpl')],
854+
"template": [os.path.join(os.path.dirname(__file__), 'export', 'iar_nucleo_f746zg.ewp.tmpl')],
855855
}
856856
}
857857

0 commit comments

Comments
 (0)