mirror of https://github.com/ARMmbed/mbed-os.git
parent
d25daf7fad
commit
c84dd595d5
|
@ -44,6 +44,8 @@ class Uvision5(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