uvision5 - get_toolchain method

same solution as in PR #1687 but for Keil v5
pull/1693/head
Olaf Hagendorf 2016-04-26 18:55:27 +02:00
parent d25daf7fad
commit c84dd595d5
1 changed files with 2 additions and 0 deletions

View File

@ -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 """