Merge pull request #1687 from 0xc0170/fix_ulib

uvision - get_toolchain method regression fix
pull/1673/merge
Martin Kojtal 2016-04-25 21:15:04 -05:00
commit bda3d1e5f8
1 changed files with 2 additions and 0 deletions

View File

@ -44,6 +44,8 @@ class Uvision4(Exporter):
# target is not supported yet
continue
def get_toolchain(self):
return TARGET_MAP[self.target].default_toolchain
def generate(self):
""" Generates the project files """