Fix syntax error in uvision export tool introduced in previous commit.

pull/12765/head
Taylor Heck 2020-03-26 15:06:59 -05:00
parent 6d382ea969
commit 300820f562
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@ class Uvision(Exporter):
"MCU_NRF51Code.binary_hook",
"TEENSY3_1Code.binary_hook",
"LPCTargetCode.lpc_patch",
"LPC4088Code.binary_hook"
"LPC4088Code.binary_hook",
"MTSCode.combine_bins_mts_dragonfly",
"NCS36510TargetCode.ncs36510_addfib",
"LPC55S69Code.binary_hook",