mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
Add required define for the new MPU9250 magnetometer
This commit is contained in:
parent
0050057392
commit
bad571ebab
1
src/drivers/drv_sensor.h
Normal file → Executable file
1
src/drivers/drv_sensor.h
Normal file → Executable file
@ -55,6 +55,7 @@
|
||||
#define DRV_MAG_DEVTYPE_HMC5883 0x01
|
||||
#define DRV_MAG_DEVTYPE_LSM303D 0x02
|
||||
#define DRV_MAG_DEVTYPE_ACCELSIM 0x03
|
||||
#define DRV_MAG_DEVTYPE_MPU9250 0x04
|
||||
#define DRV_ACC_DEVTYPE_LSM303D 0x11
|
||||
#define DRV_ACC_DEVTYPE_BMA180 0x12
|
||||
#define DRV_ACC_DEVTYPE_MPU6000 0x13
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user