mirror of https://github.com/ArduPilot/ardupilot
GCS_MAVLink: Remove the usage of force_safety_no_wait
This commit is contained in:
parent
5711c2cbac
commit
e5eeb6181d
|
@ -2471,7 +2471,6 @@ MAV_RESULT GCS_MAVLINK::handle_preflight_reboot(const mavlink_command_long_t &pa
|
|||
}
|
||||
// force safety on
|
||||
hal.rcout->force_safety_on();
|
||||
hal.rcout->force_safety_no_wait();
|
||||
|
||||
// flush pending parameter writes
|
||||
AP_Param::flush();
|
||||
|
|
Loading…
Reference in New Issue