mirror of https://github.com/ArduPilot/ardupilot
AP_UAVCAN: Remove the usage of force_safety_no_wait
This commit is contained in:
parent
53860b53ac
commit
5711c2cbac
|
@ -77,7 +77,6 @@ public:
|
|||
}
|
||||
// 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