mirror of https://github.com/ArduPilot/ardupilot
AP_HAL: fixed lsm303d SPI name
This commit is contained in:
parent
919aa61918
commit
b697c978e6
|
@ -38,5 +38,5 @@
|
|||
|
||||
#define HAL_INS_MPU60x0_NAME "mpu6000"
|
||||
#define HAL_INS_LSM9DS0_G_NAME "lsm9ds0_g"
|
||||
#define HAL_INS_LSM9DS0_A_NAME "lsm9ds0_a"
|
||||
#define HAL_INS_LSM9DS0_A_NAME "lsm9ds0_am"
|
||||
|
||||
|
|
Loading…
Reference in New Issue