mirror of https://github.com/ArduPilot/ardupilot
AP_HAL: Add SPIDevice_MPU9250 as a device.
This commit is contained in:
parent
815c2df2d0
commit
5493be1b0d
|
@ -52,7 +52,8 @@ namespace AP_HAL {
|
|||
SPIDevice_MS5611,
|
||||
SPIDevice_MPU6000,
|
||||
SPIDevice_ADNS3080_SPI0,
|
||||
SPIDevice_ADNS3080_SPI3
|
||||
SPIDevice_ADNS3080_SPI3,
|
||||
SPIDevice_MPU9250
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue