-
Notifications
You must be signed in to change notification settings - Fork 1.8k
open filter for blueberryAT32F435 #11319
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
base: master
Are you sure you want to change the base?
open filter for blueberryAT32F435 #11319
Conversation
Branch Targeting SuggestionYou've targeted the
If This is an automated suggestion to help route contributions to the appropriate branch. |
Review Summary by QodoRemove dynamic filter configuration from BLUEBERRYF435WING target
WalkthroughsDescription• Remove unnecessary gyro filter configuration from target setup • Delete unused sensors/gyro.h include directive • Simplify BLUEBERRYF435WING configuration by removing dynamic filter logic Diagramflowchart LR
A["config.c file"] -- "Remove gyro.h include" --> B["Cleaned includes"]
A -- "Delete dynamic filter config block" --> C["Simplified targetConfiguration"]
B --> D["Final config.c"]
C --> D
File Changes1. src/main/target/BLUEBERRYF435WING/config.c
|
Code Review by Qodo
1. Dynamic notch default enabled
|
No description provided.