mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-17 05:15:25 +03:00
Cleanup some aux range defines and comments.
This commit is contained in:
parent
cfcd4792bb
commit
ca9f183b83
2 changed files with 1 additions and 7 deletions
|
@ -110,9 +110,7 @@ typedef struct modeActivationCondition_s {
|
|||
uint8_t rangeEndStep;
|
||||
} modeActivationCondition_t;
|
||||
|
||||
// sizeof(modeActivationCondition_t) * MAX_MODE_ACTIVATION_COUNT = 4 * 40 = 160 bytes
|
||||
// sizeof(uint32_t) * CHECKBOX_ITEM_COUNT = 4 * 21 = 84
|
||||
|
||||
#define IS_MODE_RANGE_USABLE(modeActivationCondition) (modeActivationCondition->rangeStartStep < modeActivationCondition->rangeEndStep)
|
||||
|
||||
typedef struct controlRateConfig_s {
|
||||
uint8_t rcRate8;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue