Skip to content

Commit

Permalink
Fix HIL tests
Browse files Browse the repository at this point in the history
  • Loading branch information
MabezDev committed Apr 20, 2024
1 parent 03ccee9 commit 1119c98
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions hil-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ p192 = { version = "0.13.0", default-features = false, features =
p256 = { version = "0.13.2", default-features = false, features = ["arithmetic"] }

[features]
default = ["async", "embassy", "embassy-executor-thread", "embassy-time-timg0"]
default = ["async", "embassy", "embassy-time-timg0"]

# Device support (required!):
esp32 = [
Expand Down Expand Up @@ -109,8 +109,6 @@ embassy = [
"embedded-test/external-executor",
"esp-hal?/embassy",
]
embassy-executor-interrupt = ["esp-hal?/embassy-executor-interrupt"]
embassy-executor-thread = ["esp-hal?/embassy-executor-thread"]
embassy-time-systick-16mhz = ["esp-hal?/embassy-time-systick-16mhz"]
embassy-time-systick-80mhz = ["esp-hal?/embassy-time-systick-80mhz"]
embassy-time-timg0 = ["esp-hal?/embassy-time-timg0"]
Expand Down

0 comments on commit 1119c98

Please sign in to comment.