mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 16:25:31 +03:00
Added some further build flags for ROM saving
This commit is contained in:
parent
4790e857e4
commit
b5c62df3f8
10 changed files with 37 additions and 10 deletions
|
@ -249,7 +249,6 @@ typedef struct adjustmentState_s {
|
|||
bool isAirmodeActive(void);
|
||||
bool isSuperExpoActive(void);
|
||||
void resetAdjustmentStates(void);
|
||||
void configureAdjustment(uint8_t index, uint8_t auxChannelIndex, const adjustmentConfig_t *adjustmentConfig);
|
||||
void updateAdjustmentStates(adjustmentRange_t *adjustmentRanges);
|
||||
void processRcAdjustments(controlRateConfig_t *controlRateConfig, rxConfig_t *rxConfig);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue