mirror of https://github.com/ArduPilot/ardupilot
AP_HAL: added ICM20608 INS name
This commit is contained in:
parent
2c1e9024f1
commit
ea74f8c12c
|
@ -48,4 +48,6 @@
|
|||
#define HAL_INS_MPU9250_NAME "mpu9250"
|
||||
#define HAL_INS_MPU9250_EXT_NAME "mpu9250_ext"
|
||||
|
||||
#define HAL_INS_ICM20608_NAME "icm20608"
|
||||
|
||||
#define HAL_COMPASS_HMC5843_NAME "hmc5843"
|
||||
|
|
Loading…
Reference in New Issue