Skip to content

Commit

Permalink
patch esp-idf-hal
Browse files Browse the repository at this point in the history
  • Loading branch information
Dane Slattery committed Oct 31, 2024
1 parent e75d6cb commit 0661bb8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ log = { version = "0.4", default-features = false }
uncased = { version = "0.9.7", default-features = false }
embedded-hal-async = { version = "1", default-features = false }
embedded-svc = { version = "0.28", default-features = false }
# esp-idf-hal = { version = "0.44", default-features = false }
esp-idf-hal = { path = "../esp-idf-hal" }
esp-idf-hal = { version = "0.44", default-features = false }
# esp-idf-hal = { path = "../esp-idf-hal" }
embassy-time-driver = { version = "0.1", optional = true, features = [
"tick-hz-1_000_000",
] }
Expand Down

0 comments on commit 0661bb8

Please sign in to comment.