Skip to content

Commit 300820f

Browse files
committed
Fix syntax error in uvision export tool introduced in previous commit.
1 parent 6d382ea commit 300820f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/export/uvision/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ class Uvision(Exporter):
135135
"MCU_NRF51Code.binary_hook",
136136
"TEENSY3_1Code.binary_hook",
137137
"LPCTargetCode.lpc_patch",
138-
"LPC4088Code.binary_hook"
138+
"LPC4088Code.binary_hook",
139139
"MTSCode.combine_bins_mts_dragonfly",
140140
"NCS36510TargetCode.ncs36510_addfib",
141141
"LPC55S69Code.binary_hook",

0 commit comments

Comments
 (0)