mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-22 15:55:48 +03:00
On-board custom defaults take 2 (#8707)
On-board custom defaults take 2
This commit is contained in:
commit
814caa638f
30 changed files with 447 additions and 223 deletions
|
@ -177,7 +177,7 @@ static uint32_t getFeatureMask(void)
|
|||
if (featureMaskIsCopied) {
|
||||
return featureMaskCopy;
|
||||
} else {
|
||||
return featureMask();
|
||||
return featureConfig()->enabledFeatures;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue