Skip to content

Commit e175f61

Browse files
authored
Merge pull request #3010 from nuket/fix-uvision-hpp
Add .hpp to list of Uvision Exporter extensions
2 parents fa88776 + 7faee90 commit e175f61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/export/uvision/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ class Uvision(Exporter):
129129
#File associations within .uvprojx file
130130
file_types = {'.cpp': 8, '.c': 1, '.s': 2,
131131
'.obj': 3, '.o': 3, '.lib': 4,
132-
'.ar': 4, '.h': 5, '.sct': 4}
132+
'.ar': 4, '.h': 5, '.hpp': 5, '.sct': 4}
133133

134134
def uv_file(self, loc):
135135
"""Return a namedtuple of information about project file

0 commit comments

Comments
 (0)