Skip to content

Commit

Permalink
AP_AccelCal: Remove an unusable return
Browse files Browse the repository at this point in the history
  • Loading branch information
Julio Cesar Matias authored and tizianofiorenzani committed Feb 28, 2025
1 parent 4d02b27 commit 3604815
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libraries/AP_AccelCal/AP_AccelCal.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,6 @@ void AP_AccelCal::update_status() {
}

_status = ACCEL_CAL_SUCCESS; // we have succeeded calibration if all the calibrators have
return;
}

bool AP_AccelCal::client_active(uint8_t client_num)
Expand Down

0 comments on commit 3604815

Please sign in to comment.