mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-16 21:05:35 +03:00
Added support for custom defaults in sector 0.
This commit is contained in:
parent
7518ec67f5
commit
2c8d197ccb
20 changed files with 84 additions and 74 deletions
|
@ -357,4 +357,6 @@ bool persistBoardInformation(void) { return true; };
|
|||
void activeAdjustmentRangeReset(void) {}
|
||||
void analyzeModeActivationConditions(void) {}
|
||||
bool isModeActivationConditionConfigured(const modeActivationCondition_t *, const modeActivationCondition_t *) { return false; }
|
||||
|
||||
void delay(uint32_t) {}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue