mirror of https://github.com/ArduPilot/ardupilot
removed debugging code
git-svn-id: https://arducopter.googlecode.com/svn/trunk@1602 f9c3cf11-9bcb-44bc-f272-b75c42450872
This commit is contained in:
parent
9f50924980
commit
6fec86ec54
|
@ -1018,6 +1018,4 @@ void read_AHRS(void)
|
|||
//-----------------------------------------------
|
||||
dcm.update_DCM(G_Dt);
|
||||
omega = dcm.get_gyro();
|
||||
dcm.roll_sensor = 0;
|
||||
dcm.pitch_sensor = 0;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue