Exporters uvision - fix template name

pull/1607/head
Martin Kojtal 2016-03-11 08:27:39 +01:00
parent d7961208a5
commit 0fa5e462e6
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ class Uvision4(Exporter):
# use default template
# by the mbed projects
tool_specific['uvision'] = {
'template': [join(dirname(__file__), 'uvision.tmpl')],
'template': [join(dirname(__file__), 'uvision.uvproj.tmpl')],
}
project_data['tool_specific'] = {}