Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions mavlink-bindgen/src/parser.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2191,10 +2191,7 @@ impl MessageFilter {
pub fn new() -> Self {
Self {
is_in: false,
messages: vec![
// device_cap_flags is u32, when enum is u16, which is not handled by the parser yet
"STORM32_GIMBAL_MANAGER_INFORMATION".to_string(),
],
messages: vec![],
}
}
}
Expand Down
Loading