mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #3010 from nuket/fix-uvision-hpp
Add .hpp to list of Uvision Exporter extensionspull/3193/head
commit
e175f619b2
|
@ -129,7 +129,7 @@ class Uvision(Exporter):
|
|||
#File associations within .uvprojx file
|
||||
file_types = {'.cpp': 8, '.c': 1, '.s': 2,
|
||||
'.obj': 3, '.o': 3, '.lib': 4,
|
||||
'.ar': 4, '.h': 5, '.sct': 4}
|
||||
'.ar': 4, '.h': 5, '.hpp': 5, '.sct': 4}
|
||||
|
||||
def uv_file(self, loc):
|
||||
"""Return a namedtuple of information about project file
|
||||
|
|
Loading…
Reference in New Issue