Skip to content

Commit

Permalink
Fixed cargo.toml to compile
Browse files Browse the repository at this point in the history
  • Loading branch information
peterkrull committed Dec 18, 2024
1 parent 1e23187 commit 612a05a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion device/rp2040-dev/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ panic-probe = { version = "0.3", features = ["print-defmt"] }

common = { path = "../../common", default-features = false, features = [
"portable-atomic-critical-section",
"interrupt-executor",
"arch-cortex-m",
"mavlink",
"defmt",
Expand Down
1 change: 1 addition & 0 deletions device/stm32f405-dev/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ defmt-rtt = "0.4.0"
panic-probe = { version = "0.3", features = ["print-defmt"] }

common = { path = "../../common", default-features = false, features = [
"portable-atomic-unsafe-assume-single-core",
"arch-cortex-m",
"mavlink",
"defmt",
Expand Down

0 comments on commit 612a05a

Please sign in to comment.