mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-19 06:15:16 +03:00
Merge pull request #6796 from etracer65/adjustment_range_optimize
Optimize in-flight adjustments to only process configured ranges
This commit is contained in:
commit
b43c6ca73b
6 changed files with 64 additions and 19 deletions
|
@ -282,4 +282,6 @@ bool boardInformationIsSet(void) { return true; };
|
|||
bool setBoardName(char *newBoardName) { UNUSED(newBoardName); return true; };
|
||||
bool setManufacturerId(char *newManufacturerId) { UNUSED(newManufacturerId); return true; };
|
||||
bool persistBoardInformation(void) { return true; };
|
||||
|
||||
void activeAdjustmentRangeReset(void) {}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue