params: fixed ordering of vehicle parsing

this keeps it consistent in the wiki
This commit is contained in:
Andrew Tridgell 2012-11-20 20:37:02 +11:00
parent 5bd88ac3b1
commit 6fdd8ef954
1 changed files with 1 additions and 0 deletions

View File

@ -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 = []