mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-06 06:30:36 +08:00
added airframe extension .hil
This commit is contained in:
@@ -151,7 +151,7 @@ class SourceParser(object):
|
||||
Returns list of supported file extensions that can be parsed by this
|
||||
parser. The parser uses any extension.
|
||||
"""
|
||||
return [""]
|
||||
return ["", ".hil"]
|
||||
|
||||
def Parse(self, path, contents):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user