mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-17 21:35:44 +03:00
Avoid calling mwDisarm() when due to having auto_disarm_delay when using
switch to arm().
This commit is contained in:
parent
c0dbde0318
commit
347b156727
3 changed files with 11 additions and 2 deletions
|
@ -213,3 +213,4 @@ void configureAdjustment(uint8_t index, uint8_t auxChannelIndex, const adjustmen
|
|||
void updateAdjustmentStates(adjustmentRange_t *adjustmentRanges);
|
||||
void processRcAdjustments(controlRateConfig_t *controlRateConfig, rxConfig_t *rxConfig);
|
||||
|
||||
bool isUsingSticksForArming(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue