autotest: fixed sim_vehicle.py with -f heli

This commit is contained in:
Andrew Tridgell 2017-01-10 16:23:45 +11:00
parent 6a12ed0d65
commit a56090113c
1 changed files with 1 additions and 1 deletions

View File

@ -279,7 +279,7 @@ _options_for_frame = {
# HELICOPTER
"heli": {
"make_target": "sitl-heli",
"waf_target": "bin/arducopter",
"waf_target": "bin/arducopter-heli",
"default_params_filename": "default_params/copter-heli.parm",
},
"heli-dual": {