mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-11 02:18:29 -04:00
AP_Compass: Corrected typo in parameter description
Corrected typo in parameter description
This commit is contained in:
parent
aef746b3b1
commit
0ecd12b1c6
@ -105,7 +105,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.
|
||||
// @Values: 0:FirstCompas,1:SecondCompass
|
||||
// @Values: 0:FirstCompass,1:SecondCompass
|
||||
// @User: Advanced
|
||||
AP_GROUPINFO("PRIMARY", 12, Compass, _primary, 0),
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user