Remove special case template for F746ZG

pull/3467/head
Jimmy Brisson 2016-12-12 18:20:03 -06:00 committed by Anna Bridge
parent 409be21997
commit 1d19f37d25
2 changed files with 1 additions and 1938 deletions

View File

@ -32,8 +32,7 @@ class IAR(Exporter):
obj.device_name in IAR_DEFS.keys() and "IAR" in obj.supported_toolchains]
SPECIAL_TEMPLATES = {
'rz_a1h' : 'iar/iar_rz_a1h.ewp.tmpl',
'nucleo_f746zg' : 'iar/iar_nucleo_f746zg.ewp.tmpl'
'rz_a1h' : 'iar/iar_rz_a1h.ewp.tmpl'
}
def iar_groups(self, grouped_src):

File diff suppressed because it is too large Load Diff