Tools: sim_vehicle.py: correct formatting (NFC)

This commit is contained in:
Peter Barker 2017-02-23 10:57:23 +11:00
parent b256bc1dc0
commit 64d4e094fb

View File

@ -296,9 +296,10 @@ _options = {
},
"X": {
"waf_target": "bin/arducopter",
"default_params_filename": "default_params/copter.parm",
# this param set FRAME doesn't actually work because mavproxy
# won't set a parameter unless it knows of it, and the param fetch happens asynchronously
"default_params_filename": "default_params/copter.parm",
# won't set a parameter unless it knows of it, and the
# param fetch happens asynchronously
"extra_mavlink_cmds": "param fetch frame; param set FRAME 1;",
},
"hexa": {