mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-09 01:18:29 -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
|
||||
hal.rcout->force_safety_on();
|
||||
hal.rcout->force_safety_no_wait();
|
||||
|
||||
//stop logging
|
||||
DataFlash_Class::instance()->StopLogging();
|
||||
|
Loading…
Reference in New Issue
Block a user