Compass: add third compass to PRIMARY param description

This commit is contained in:
Randy Mackay 2015-07-02 13:49:48 +09:00
parent 63052ff874
commit 43b1694c76

View File

@ -153,7 +153,7 @@ const AP_Param::GroupInfo Compass::var_info[] PROGMEM = {
// @Param: PRIMARY
// @DisplayName: Choose primary compass
// @Description: If more than one compass is available this selects which compass is the primary. Normally 0=External, 1=Internal. If no External compass is attached this parameter is ignored
// @Values: 0:FirstCompass,1:SecondCompass
// @Values: 0:FirstCompass,1:SecondCompass,2:ThirdCompass
// @User: Advanced
AP_GROUPINFO("PRIMARY", 12, Compass, _primary, 0),
#endif