Skip to content

Commit

Permalink
enable async feature of hal, this breaks because of interrupt definit…
Browse files Browse the repository at this point in the history
…ion for systimer
  • Loading branch information
MabezDev committed Oct 30, 2023
1 parent fd174bc commit 6a02b4c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions esp-wifi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,13 @@ async = [
"esp32-hal?/embassy",
"esp32s2-hal?/embassy",
"esp32s3-hal?/embassy",
"esp32c3-hal?/async",
"esp32c2-hal?/async",
"esp32c6-hal?/async",
"esp32-hal?/async",
"esp32s2-hal?/async",
"esp32s3-hal?/async",
"bleps/async"
]

embassy-net = ["dep:embassy-net-driver", "async"]
Expand Down

0 comments on commit 6a02b4c

Please sign in to comment.