mirror of https://github.com/ArduPilot/ardupilot
removed startup_IMU_ground
git-svn-id: https://arducopter.googlecode.com/svn/trunk@1780 f9c3cf11-9bcb-44bc-f272-b75c42450872
This commit is contained in:
parent
01a4f764bf
commit
119194d443
|
@ -250,7 +250,7 @@ void GCS_MAVLINK::handleMessage(mavlink_message_t* msg)
|
|||
case MAV_ACTION_CALIBRATE_ACC:
|
||||
case MAV_ACTION_CALIBRATE_PRESSURE:
|
||||
case MAV_ACTION_REBOOT: // this is a rough interpretation
|
||||
startup_IMU_ground();
|
||||
//startup_IMU_ground();
|
||||
break;
|
||||
|
||||
/* For future implemtation
|
||||
|
|
Loading…
Reference in New Issue