Skip to content

Commit bda3d1e

Browse files
committed
Merge pull request #1687 from 0xc0170/fix_ulib
uvision - get_toolchain method regression fix
2 parents ec07dbd + 864b349 commit bda3d1e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

workspace_tools/export/uvision4.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ class Uvision4(Exporter):
4444
# target is not supported yet
4545
continue
4646

47+
def get_toolchain(self):
48+
return TARGET_MAP[self.target].default_toolchain
4749

4850
def generate(self):
4951
""" Generates the project files """

0 commit comments

Comments
 (0)