mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-22 07:44:03 -04:00
AP_Param: fix typo
This commit is contained in:
parent
840c386a33
commit
f12191b4b1
@ -202,7 +202,7 @@ bool AP_Param::check_group_info(const struct AP_Param::GroupInfo * group_info,
|
||||
return false;
|
||||
}
|
||||
if (group_shift != 0 && idx == 0) {
|
||||
// great idx 0 as 63 for duplicates. See group_id()
|
||||
// treat idx 0 as 63 for duplicates. See group_id()
|
||||
idx = 63;
|
||||
}
|
||||
if (used_mask & (1ULL<<idx)) {
|
||||
|
Loading…
Reference in New Issue
Block a user