imu b2_v1.2: default signs for the mag

This commit is contained in:
Felix Ruess
2012-04-11 00:36:35 +02:00
parent 53496574f1
commit ccb70ab149
+2 -2
View File
@@ -137,9 +137,9 @@
#define IMU_ACCEL_Z_SIGN 1
#endif
#if !defined IMU_MAG_X_SIGN & !defined IMU_MAG_Y_SIGN & !defined IMU_MAG_Z_SIGN
#define IMU_MAG_X_SIGN 1
#define IMU_MAG_X_SIGN -1
#define IMU_MAG_Y_SIGN -1
#define IMU_MAG_Z_SIGN -1
#define IMU_MAG_Z_SIGN 1
#endif
#endif /* IMU_B2_VERSION_1_2 */