Skip to content

Commit e8c404c

Browse files
1 parent 7a6971f commit e8c404c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workspace_tools/export/iar.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
class IAREmbeddedWorkbench(Exporter):
2121
NAME = 'IAR'
22-
TARGETS = ['LPC1768', 'NUCLEO_F401RE']
22+
TARGETS = ['LPC1768']
2323
TOOLCHAIN = 'IAR'
2424

2525
def generate(self):

0 commit comments

Comments
 (0)