1
0
Fork 0
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:
Martin Budden 2016-07-27 16:13:14 +01:00
parent 4790e857e4
commit b5c62df3f8
10 changed files with 37 additions and 10 deletions

View file

@ -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);