mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-26 08:22:43 +08:00
Merge pull request #178 from paparazzi/b2_v12_mag_signs
default mag signs/channels for IMU b2_v1.2
This commit is contained in:
@@ -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 */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user