mirror of https://github.com/ARMmbed/mbed-os.git
Targets nucleo f746zg - fix template name
parent
6501de9044
commit
ae7e7fe1e7
|
@ -851,7 +851,7 @@ class NUCLEO_F746ZG(Target):
|
||||||
self.progen = {
|
self.progen = {
|
||||||
"target":"nucleo-f746zg",
|
"target":"nucleo-f746zg",
|
||||||
"iar": {
|
"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')],
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue