mirror of https://github.com/ArduPilot/ardupilot
params: fixed ordering of vehicle parsing
this keeps it consistent in the wiki
This commit is contained in:
parent
5bd88ac3b1
commit
6fdd8ef954
|
@ -61,6 +61,7 @@ def wiki_parameters(g, f):
|
|||
|
||||
apm_path = os.path.join(os.path.dirname(os.path.realpath(__file__)), '../../../')
|
||||
vehicle_paths = glob.glob(apm_path + "*/Parameters.pde")
|
||||
vehicle_paths.sort(reverse=True)
|
||||
|
||||
vehicles = []
|
||||
libraries = []
|
||||
|
|
Loading…
Reference in New Issue