Skip to content

Commit 147b4a4

Browse files
committed
Fixed export_test.py error.
1 parent a5794b1 commit 147b4a4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

workspace_tools/export/uvision4.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ class Uvision4(Exporter):
4040
'NUCLEO_F401RE',
4141
'UBLOX_C027',
4242
'LPC1549',
43-
# 'LPC11U35_501',
43+
'LPC11U35_501',
4444
]
4545

4646
USING_MICROLIB = [

workspace_tools/export_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ def test_export(toolchain, target, expected_error=None):
7777

7878
for toolchain, target in [
7979
('uvision', 'LPC1768'), ('uvision', 'LPC11U24'), ('uvision', 'KL25Z'), ('uvision', 'LPC1347'), ('uvision', 'LPC1114'), ('uvision', 'LPC4088'),
80-
('uvision', 'NUCLEO_F103RB'), ('uvision', 'NUCLEO_L152RE'), ('uvision', 'NUCLEO_F401RE'), ('uvision', 'NUCLEO_F030R8'), ('uvision', 'LPC11U35_501'),
80+
('uvision', 'NUCLEO_F103RB'), ('uvision', 'NUCLEO_L152RE'), ('uvision', 'NUCLEO_F401RE'), ('uvision', 'NUCLEO_F030R8'),
8181

8282
('codered', 'LPC1768'), ('codered', 'LPC4088'),('codered', 'LPC1114'),
8383
('codered', 'LPC11U35_401'),

0 commit comments

Comments
 (0)