mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-20 14:55:21 +03:00
Fix rcSmoothing warning (#12893)
This commit is contained in:
parent
c1694c2b60
commit
d1eb214332
1 changed files with 1 additions and 1 deletions
|
@ -1077,7 +1077,7 @@ void processRxModes(timeUs_t currentTimeUs)
|
||||||
#endif // USE_ACRO_TRAINER
|
#endif // USE_ACRO_TRAINER
|
||||||
|
|
||||||
#ifdef USE_RC_SMOOTHING_FILTER
|
#ifdef USE_RC_SMOOTHING_FILTER
|
||||||
if (ARMING_FLAG(ARMED) && !rcSmoothingInitializationComplete()) {
|
if (ARMING_FLAG(ARMED) && !rcSmoothingInitializationComplete() && rxConfig()->rc_smoothing_mode) {
|
||||||
beeper(BEEPER_RC_SMOOTHING_INIT_FAIL);
|
beeper(BEEPER_RC_SMOOTHING_INIT_FAIL);
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue