mirror of https://github.com/ArduPilot/ardupilot
Copter: minor format fix
This commit is contained in:
parent
361a7483ff
commit
b3869f3a7c
|
@ -75,7 +75,7 @@ void Copter::set_failsafe_gcs(bool b)
|
|||
failsafe.gcs = b;
|
||||
|
||||
// update AP_Notify
|
||||
AP_Notify::flags.failsafe_gcs = b;
|
||||
AP_Notify::flags.failsafe_gcs = b;
|
||||
}
|
||||
|
||||
// ---------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue