removed accel.z references

This commit is contained in:
Jason Short 2011-11-01 09:28:23 -07:00
parent c6ed8ed0ea
commit c402311077
1 changed files with 0 additions and 3 deletions

View File

@ -202,9 +202,6 @@ static int alt_hold_velocity()
//s: -13.1310, g:47.8700, e:1.0000, o:-158
#else
Vector3f accel_filt;
accel_filt = imu.get_accel_filtered();
accels_rot = dcm.get_dcm_matrix() * imu.get_accel_filtered();
return 0;
#endif
}