Copter: minor format fix

This commit is contained in:
Randy Mackay 2022-04-27 14:41:14 +09:00
parent 361a7483ff
commit b3869f3a7c
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ void Copter::set_failsafe_gcs(bool b)
failsafe.gcs = b; failsafe.gcs = b;
// update AP_Notify // update AP_Notify
AP_Notify::flags.failsafe_gcs = b; AP_Notify::flags.failsafe_gcs = b;
} }
// --------------------------------------------- // ---------------------------------------------