mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #1687 from 0xc0170/fix_ulib
uvision - get_toolchain method regression fixpull/1673/merge
commit
bda3d1e5f8
|
|
@ -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 """
|
||||
|
|
|
|||
Loading…
Reference in New Issue