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 4683df4a21
commit 58a0cfc0b3

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