Skip to content

Commit

Permalink
fix(embassy): avoid setting tick feature in hal
Browse files Browse the repository at this point in the history
See-also: #6
  • Loading branch information
andelf committed Aug 19, 2024
1 parent 5df0e89 commit ca29d47
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,7 @@ critical-section = { version = "1.1.2" }
defmt = { version = "0.3.5", optional = true }
embassy-sync = { version = "0.6.0", optional = true }
embassy-futures = { version = "0.1.1", optional = true }
embassy-time-driver = { version = "0.1.0", features = [
"tick-hz-1_000_000",
], optional = true }
embassy-time-driver = { version = "0.1.0", optional = true }
embassy-time = { version = "0.3.0", features = [
"tick-hz-1_000_000",
], optional = true }
Expand Down

0 comments on commit ca29d47

Please sign in to comment.