Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix compilation without RC smoothing enabled #11468

Merged
merged 1 commit into from
Mar 28, 2022

Conversation

daleckystepan
Copy link
Member

@daleckystepan daleckystepan commented Mar 12, 2022

Fixes: #11467

Downside: RC_SMOOTHING_* defines are not placed inside #ifdef ... #endif block so they are available even if USE_RC_SMOOTHING_FILTER is disabled.

@daleckystepan daleckystepan added this to the 4.3 milestone Mar 12, 2022
@daleckystepan daleckystepan added this to For discussion in Finalizing Firmware 4.3 Release via automation Mar 12, 2022
@daleckystepan daleckystepan self-assigned this Mar 12, 2022
@haslinghuis haslinghuis moved this from For discussion to Firmware in Finalizing Firmware 4.3 Release Mar 12, 2022
src/main/fc/rc.c Outdated Show resolved Hide resolved
Copy link
Member

@haslinghuis haslinghuis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@haslinghuis haslinghuis merged commit a6207a1 into betaflight:master Mar 28, 2022
Finalizing Firmware 4.3 Release automation moved this from Firmware to Finished (Merged) Mar 28, 2022
@daleckystepan daleckystepan deleted the fix_rc_smoothing branch July 2, 2022 11:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

Compilation broken when USE_RC_SMOOTHING_FILTER is not defined.
5 participants