mirror of https://github.com/ArduPilot/ardupilot
SITL: rename COMPASS_TYPEMASK to COMPASS_DISBLMSK
this is a very confusingly named parameter. I've seen several instances of people treating this as an enable mask rather than a disable mask
This commit is contained in:
parent
331110639e
commit
76eb1b43e4
|
@ -117,7 +117,7 @@ COMPASS_ORIENT2,0
|
|||
COMPASS_ORIENT3,0
|
||||
COMPASS_PMOT_EN,0
|
||||
COMPASS_PRIMARY,0
|
||||
COMPASS_TYPEMASK,0
|
||||
COMPASS_DISBLMSK,0
|
||||
COMPASS_USE,0
|
||||
COMPASS_USE2,0
|
||||
COMPASS_USE3,0
|
||||
|
|
|
@ -120,7 +120,7 @@ COMPASS_ORIENT2,0
|
|||
COMPASS_ORIENT3,0
|
||||
COMPASS_PMOT_EN,0
|
||||
COMPASS_PRIMARY,0
|
||||
COMPASS_TYPEMASK,0
|
||||
COMPASS_DISBLMSK,0
|
||||
COMPASS_USE,0
|
||||
COMPASS_USE2,0
|
||||
COMPASS_USE3,0
|
||||
|
|
Loading…
Reference in New Issue