mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-21 23:33:57 -04:00
AP_HAL_Namespace: Change LSM9DS0 into two different devices.
This commit is contained in:
parent
df1de4efd6
commit
37793cd7fa
@ -56,7 +56,8 @@ namespace AP_HAL {
|
||||
SPIDevice_MPU9250 = 6,
|
||||
SPIDevice_L3GD20 = 7,
|
||||
SPIDevice_LSM303D = 8,
|
||||
SPIDevice_LSM9DS0 = 9
|
||||
SPIDevice_LSM9DS0_AM = 9,
|
||||
SPIDevice_LSM9DS0_G = 10
|
||||
};
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user