mirror of https://github.com/ARMmbed/mbed-os.git
Exporters uvision - fix template name
parent
d7961208a5
commit
0fa5e462e6
|
@ -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'] = {}
|
||||
|
|
Loading…
Reference in New Issue