Browse Source

Compass: Updated COMPASS_PRIMARY parameter description

master
Craig Elder 11 years ago
parent
commit
c9f3adcb5c
  1. 2
      libraries/AP_Compass/Compass.cpp

2
libraries/AP_Compass/Compass.cpp

@ -104,7 +104,7 @@ const AP_Param::GroupInfo Compass::var_info[] PROGMEM = { @@ -104,7 +104,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.
// @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
// @User: Advanced
AP_GROUPINFO("PRIMARY", 12, Compass, _primary, 0),

Loading…
Cancel
Save