mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-09 09:28:31 -04:00
AP_HAL_ChibiOS: Remove unimplemented force_safety_no_wait()
ChibiOS doesn't implement the method, so there is nothing to be gained by calling the function.
This commit is contained in:
parent
35330e8caa
commit
f6cb196d53
@ -208,7 +208,6 @@ void Scheduler::reboot(bool hold_in_bootloader)
|
|||||||
{
|
{
|
||||||
// disarm motors to ensure they are off during a bootloader upload
|
// disarm motors to ensure they are off during a bootloader upload
|
||||||
hal.rcout->force_safety_on();
|
hal.rcout->force_safety_on();
|
||||||
hal.rcout->force_safety_no_wait();
|
|
||||||
|
|
||||||
//stop logging
|
//stop logging
|
||||||
DataFlash_Class::instance()->StopLogging();
|
DataFlash_Class::instance()->StopLogging();
|
||||||
|
Loading…
Reference in New Issue
Block a user