params: fixed ordering of vehicle parsing
this keeps it consistent in the wiki
This commit is contained in:
parent
4683df4a21
commit
58a0cfc0b3
@ -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
Block a user