mirror of https://github.com/ARMmbed/mbed-os.git
Iar nucleo template referenced correctly
parent
a9d1dd005f
commit
fa13cd2d57
|
|
@ -25,7 +25,7 @@ class IAR(Exporter):
|
|||
|
||||
SPECIAL_TEMPLATES = {
|
||||
'rz_a1h' : 'iar/iar_rz_a1h.ewp.tmpl',
|
||||
'nucleo_f746zg' : 'iar/nucleo_f746zg.ewp.tmpl'
|
||||
'nucleo_f746zg' : 'iar/iar_nucleo_f746zg.ewp.tmpl'
|
||||
}
|
||||
|
||||
def iar_groups(self, grouped_src):
|
||||
|
|
|
|||
Loading…
Reference in New Issue