Browse Source

removed startup_IMU_ground

git-svn-id: https://arducopter.googlecode.com/svn/trunk@1780 f9c3cf11-9bcb-44bc-f272-b75c42450872
master
jasonshort 14 years ago
parent
commit
acb0525bf6
  1. 2
      ArduCopterMega/GCS_Mavlink.pde

2
ArduCopterMega/GCS_Mavlink.pde

@ -250,7 +250,7 @@ void GCS_MAVLINK::handleMessage(mavlink_message_t* msg) @@ -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…
Cancel
Save