Copter: INS_MPU6K_FILTER defaulted to 20hz

This commit is contained in:
Randy Mackay 2013-03-29 01:03:49 +09:00
parent ede3a52eec
commit 4ca58f240c
1 changed files with 1 additions and 1 deletions

View File

@ -393,7 +393,7 @@ void AP_InertialSensor_MPU6000::hardware_init(Sample_rate sample_rate)
break;
case RATE_100HZ:
rate = MPUREG_SMPLRT_100HZ;
default_filter = BITS_DLPF_CFG_42HZ;
default_filter = BITS_DLPF_CFG_20HZ;
_micros_per_sample = 10000;
break;
case RATE_200HZ: