We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fa88776 + 7faee90 commit e175f61Copy full SHA for e175f61
tools/export/uvision/__init__.py
@@ -129,7 +129,7 @@ class Uvision(Exporter):
129
#File associations within .uvprojx file
130
file_types = {'.cpp': 8, '.c': 1, '.s': 2,
131
'.obj': 3, '.o': 3, '.lib': 4,
132
- '.ar': 4, '.h': 5, '.sct': 4}
+ '.ar': 4, '.h': 5, '.hpp': 5, '.sct': 4}
133
134
def uv_file(self, loc):
135
"""Return a namedtuple of information about project file
0 commit comments