Targets nucleo f746zg - fix template name

pull/1606/head
Martin Kojtal 2016-03-10 17:07:01 +00:00
parent 6501de9044
commit ae7e7fe1e7
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')],
}
}