px4airframes markdown output: merge output columns with maintainer

This commit is contained in:
Beat Küng
2017-04-18 10:11:57 +02:00
parent 89c24cd697
commit 42d2f8a798
2 changed files with 19 additions and 8 deletions

View File

@@ -67,9 +67,9 @@ class ParameterGroup(object):
elif (self.name == "Helicopter"):
return "Helicopter"
elif (self.name == "Hexarotor Coaxial"):
return "Y6A"
elif (self.name == "Y6B"):
return "Y6B"
elif (self.name == "Y6A"):
return "Y6A"
elif (self.name == "Tricopter Y-"):
return "YMinus"
elif (self.name == "Tricopter Y+"):