mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
AP_InertialSensor: extend ENABLE_MASK param desc IMUs 4 to 7
This commit is contained in:
parent
25fd69b947
commit
2382e58f04
@ -545,7 +545,7 @@ const AP_Param::GroupInfo AP_InertialSensor::var_info[] = {
|
||||
// @DisplayName: IMU enable mask
|
||||
// @Description: Bitmask of IMUs to enable. It can be used to prevent startup of specific detected IMUs
|
||||
// @User: Advanced
|
||||
// @Bitmask: 0:FirstIMU,1:SecondIMU,2:ThirdIMU
|
||||
// @Bitmask: 0:FirstIMU,1:SecondIMU,2:ThirdIMU,3:FourthIMU,4:FifthIMU,5:SixthIMU,6:SeventhIMU
|
||||
AP_GROUPINFO("ENABLE_MASK", 40, AP_InertialSensor, _enable_mask, 0x7F),
|
||||
|
||||
// @Group: HNTCH_
|
||||
|
Loading…
Reference in New Issue
Block a user