Iar nucleo template referenced correctly

pull/2708/head
Sarah Marsh 2016-09-13 16:31:33 -05:00
parent a9d1dd005f
commit fa13cd2d57
1 changed files with 1 additions and 1 deletions

View File

@ -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):