Skip to content

Commit

Permalink
Remove breaking comments in Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
rnd-ash committed Jan 23, 2025
1 parent 61e8fc6 commit 6fa6e30
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
[workspace]
resolver = "2"
default-members = ["hal"]
members = [
"hal",
#"atsamd-hal-macros",
#"pac/*",
#"boards/*",
]
members = ["hal", "atsamd-hal-macros", "pac/*", "boards/*"]

[profile.dev]
debug = true
Expand Down

0 comments on commit 6fa6e30

Please sign in to comment.