diff --git a/workspace_tools/targets.py b/workspace_tools/targets.py index 4c9cf9d6d0..5840c94628 100755 --- a/workspace_tools/targets.py +++ b/workspace_tools/targets.py @@ -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')], } }