Skip to content

Commit 25c5cf1

Browse files
Julio Cesar MatiasIamPete1
Julio Cesar Matias
authored andcommitted
AP_AccelCal: Remove an unusable return
1 parent f9ca319 commit 25c5cf1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

libraries/AP_AccelCal/AP_AccelCal.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,6 @@ void AP_AccelCal::update_status() {
354354
}
355355

356356
_status = ACCEL_CAL_SUCCESS; // we have succeeded calibration if all the calibrators have
357-
return;
358357
}
359358

360359
bool AP_AccelCal::client_active(uint8_t client_num)

0 commit comments

Comments
 (0)