Skip to content

Commit

Permalink
AP_InertialSensor: don't reboot after accel cal
Browse files Browse the repository at this point in the history
  • Loading branch information
jschall committed May 26, 2015
1 parent c67c1c8 commit c07a078
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions libraries/AP_InertialSensor/AP_InertialSensor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -619,9 +619,6 @@ bool AP_InertialSensor::calibrate_accel(AP_InertialSensor_UserInteract* interact

_calibrating = false;

hal.scheduler->delay(1000);
hal.scheduler->reboot(false);

return true;
}

Expand Down

4 comments on commit c07a078

@bbasso
Copy link
Contributor

@bbasso bbasso commented on c07a078 Jun 4, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is the param change?

@jschall
Copy link
Contributor Author

@jschall jschall commented on c07a078 Jun 4, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No.

@bbasso
Copy link
Contributor

@bbasso bbasso commented on c07a078 Jun 4, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Got it--not sure why I get this as the diff

@liamstask
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks like the param change is 095e4f1

Please sign in to comment.