1
0
Fork 0
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:
Michael Keller 2019-08-13 08:54:31 +12:00 committed by GitHub
commit 814caa638f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
30 changed files with 447 additions and 223 deletions

View file

@ -177,7 +177,7 @@ static uint32_t getFeatureMask(void)
if (featureMaskIsCopied) {
return featureMaskCopy;
} else {
return featureMask();
return featureConfig()->enabledFeatures;
}
}