mirror of https://github.com/ArduPilot/ardupilot
AntennaTracker: call BoardConfig.init_safety() at end of startup
this fixes a bug where motors can start on soft reboot
This commit is contained in:
parent
4c36c77db1
commit
f151fd3691
|
@ -120,6 +120,8 @@ void Tracker::init_tracker()
|
||||||
prepare_servos();
|
prepare_servos();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// disable safety if requested
|
||||||
|
BoardConfig.init_safety();
|
||||||
}
|
}
|
||||||
|
|
||||||
// updates the status of the notify objects
|
// updates the status of the notify objects
|
||||||
|
|
Loading…
Reference in New Issue