Tools: fix AP_Periph param docs generator

This commit is contained in:
Tom Pittenger 2023-11-28 14:33:36 -08:00 committed by Peter Barker
parent 11a5b78a0c
commit 2650137e8c

View File

@ -109,6 +109,7 @@ def lua_applets():
libraries = [] libraries = []
if args.vehicle != "AP_Periph":
# AP_Vehicle also has parameters rooted at "", but isn't referenced # AP_Vehicle also has parameters rooted at "", but isn't referenced
# from the vehicle in any way: # from the vehicle in any way:
ap_vehicle_lib = Library("", reference="VEHICLE") # the "" is tacked onto the front of param name ap_vehicle_lib = Library("", reference="VEHICLE") # the "" is tacked onto the front of param name