Skip to content

Commit 0fa5e46

Browse files
committed
Exporters uvision - fix template name
1 parent d796120 commit 0fa5e46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workspace_tools/export/uvision4.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def generate(self):
5757
# use default template
5858
# by the mbed projects
5959
tool_specific['uvision'] = {
60-
'template': [join(dirname(__file__), 'uvision.tmpl')],
60+
'template': [join(dirname(__file__), 'uvision.uvproj.tmpl')],
6161
}
6262

6363
project_data['tool_specific'] = {}

0 commit comments

Comments
 (0)