removed startup_IMU_ground

git-svn-id: https://arducopter.googlecode.com/svn/trunk@1780 f9c3cf11-9bcb-44bc-f272-b75c42450872
This commit is contained in:
jasonshort 2011-03-17 17:47:04 +00:00
parent 01a4f764bf
commit 119194d443
1 changed files with 1 additions and 1 deletions

View File

@ -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