Skip to content

Commit 80d47e2

Browse files
committed
Remove special case template for F746ZG
1 parent 2481c46 commit 80d47e2

File tree

2 files changed

+1
-1938
lines changed

2 files changed

+1
-1938
lines changed

tools/export/iar/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@ class IAR(Exporter):
3333
and DeviceCMSIS.check_supported(target)]
3434

3535
SPECIAL_TEMPLATES = {
36-
'rz_a1h' : 'iar/iar_rz_a1h.ewp.tmpl',
37-
'nucleo_f746zg' : 'iar/iar_nucleo_f746zg.ewp.tmpl'
36+
'rz_a1h' : 'iar/iar_rz_a1h.ewp.tmpl'
3837
}
3938

4039
def iar_groups(self, grouped_src):

0 commit comments

Comments
 (0)