Merge pull request #1606 from 0xc0170/fix_f746_template

Targets nucleo f746zg - fix template name
pull/1608/head
Martin Kojtal 2016-03-10 17:19:50 +00:00
commit 12b716c66f
1 changed files with 1 additions and 1 deletions

View File

@ -851,7 +851,7 @@ class NUCLEO_F746ZG(Target):
self.progen = {
"target":"nucleo-f746zg",
"iar": {
"template": [os.path.join(os.path.dirname(__file__), 'export', 'iar_nucleo_f746cg.ewp.tmpl')],
"template": [os.path.join(os.path.dirname(__file__), 'export', 'iar_nucleo_f746zg.ewp.tmpl')],
}
}