mirror of https://github.com/ArduPilot/ardupilot
Tools: include Sub in the list of known vehicles for PrintVersion
This commit is contained in:
parent
7173025b43
commit
953eefa024
|
@ -19,6 +19,7 @@ includefiles = {
|
||||||
"ArduPlane": "version.h",
|
"ArduPlane": "version.h",
|
||||||
"APMrover2": "version.h",
|
"APMrover2": "version.h",
|
||||||
"AntennaTracker": "version.h",
|
"AntennaTracker": "version.h",
|
||||||
|
"ArduSub": "version.h",
|
||||||
}
|
}
|
||||||
|
|
||||||
if len(args) > 0:
|
if len(args) > 0:
|
||||||
|
|
Loading…
Reference in New Issue