Skip to content
Snippets Groups Projects
Commit 9f9c51ea authored by Lorenz Meier's avatar Lorenz Meier
Browse files

Fix MPU6500 devtype define

parent 7472c903
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@ set(config_module_list
drivers/boards/asc-v1
drivers/rgbled_pwm
drivers/tap_esc
#drivers/mpu6500
drivers/mpu6500
drivers/ms5611
drivers/hmc5883
drivers/gps
......
......@@ -71,14 +71,10 @@
#define DRV_GYR_DEVTYPE_BMI160 0x25
#define DRV_RNG_DEVTYPE_MB12XX 0x31
#define DRV_RNG_DEVTYPE_LL40LS 0x32
#if defined (CONFIG_ARCH_BOARD_MINDPX_V2) || defined (CONFIG_ARCH_BOARD_TAP_V1)
#define DRV_ACC_DEVTYPE_MPU6050 0x14
#define DRV_ACC_DEVTYPE_MPU6500 0x13
#define DRV_GYR_DEVTYPE_MPU6050 0x20
#define DRV_GYR_DEVTYPE_MPU6500 0x21
#endif
#define DRV_ACC_DEVTYPE_MPU6050 0x33
#define DRV_ACC_DEVTYPE_MPU6500 0x34
#define DRV_GYR_DEVTYPE_MPU6050 0x35
#define DRV_GYR_DEVTYPE_MPU6500 0x36
/*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment