Skip to content

Commit 7faee90

Browse files
committed
Add .hpp to list of Uvision Exporter extensions
1 parent 1ba3499 commit 7faee90

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
@@ -122,7 +122,7 @@ class Uvision(Exporter):
122122
#File associations within .uvprojx file
123123
file_types = {'.cpp': 8, '.c': 1, '.s': 2,
124124
'.obj': 3, '.o': 3, '.lib': 4,
125-
'.ar': 4, '.h': 5, '.sct': 4}
125+
'.ar': 4, '.h': 5, '.hpp': 5, '.sct': 4}
126126

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

0 commit comments

Comments
 (0)