Sub: Remove meaningless semicolons

This commit is contained in:
murata 2022-02-05 21:20:24 +09:00 committed by Randy Mackay
parent a6ea55735f
commit a7108ed136
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ void Sub::failsafe_ekf_check()
last_ekf_good_ms = AP_HAL::millis();
failsafe.ekf = false;
AP_Notify::flags.ekf_bad = false;
return;;
return;
}
// Bad EKF for 2 solid seconds triggers failsafe