open filter for blueberryAT32F435#11319
open filter for blueberryAT32F435#11319sunyanmeng963 wants to merge 1 commit intoiNavFlight:masterfrom
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.