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.
1 parent 1ba3499 commit 7faee90Copy full SHA for 7faee90
tools/export/uvision/__init__.py
@@ -122,7 +122,7 @@ class Uvision(Exporter):
122
#File associations within .uvprojx file
123
file_types = {'.cpp': 8, '.c': 1, '.s': 2,
124
'.obj': 3, '.o': 3, '.lib': 4,
125
- '.ar': 4, '.h': 5, '.sct': 4}
+ '.ar': 4, '.h': 5, '.hpp': 5, '.sct': 4}
126
127
def uv_file(self, loc):
128
"""Return a namedtuple of information about project file
0 commit comments