Merge branch 'master' of github.com:PX4/Firmware into fmuv2_bringup_new_state_machine_drton

This commit is contained in:
Lorenz Meier 2013-08-20 10:55:21 +02:00
commit fd911cd006

View File

@ -689,6 +689,8 @@ MPU6000::accel_self_test()
return 1;
if (fabsf(_accel_scale.z_scale - 1.0f) > 0.4f || fabsf(_accel_scale.z_scale - 1.0f) < 0.000001f)
return 1;
return 0;
}
int