Skip to content

Commit

Permalink
fix: add missing storm32 dialect feature
Browse files Browse the repository at this point in the history
  • Loading branch information
pv42 committed Aug 22, 2024
1 parent 3be6aa7 commit dd69f0a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mavlink/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ serde_arrays = { version = "0.1.0", optional = true }
"uavionix",
"avssuas",
"cubepilot",
"storm32",
]
"ardupilotmega" = ["common", "icarous", "uavionix"]
"asluav" = ["common"]
Expand All @@ -64,6 +65,7 @@ serde_arrays = { version = "0.1.0", optional = true }
"ualberta" = ["common"]
"uavionix" = ["common"]
"icarous" = []
"storm32" = []
"common" = []
"cubepilot" = ["common"]

Expand All @@ -84,6 +86,7 @@ serde_arrays = { version = "0.1.0", optional = true }
"icarous",
"common",
"cubepilot",
"storm32",
]

"format-generated-code" = []
Expand Down

0 comments on commit dd69f0a

Please sign in to comment.