mirror of https://github.com/ArduPilot/ardupilot
Rover: correct comment on CPU failsafe strategy
This commit is contained in:
parent
e5858555de
commit
937bbeb66d
|
@ -8,8 +8,7 @@
|
|||
#include <stdio.h>
|
||||
|
||||
/*
|
||||
our failsafe strategy is to detect main loop lockup and switch to
|
||||
passing inputs straight from the RC inputs to RC outputs.
|
||||
our failsafe strategy is to detect main loop lockup and disarm.
|
||||
*/
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in New Issue