Skip to content

Commit

Permalink
Disable defmt in tests by default
Browse files Browse the repository at this point in the history
  • Loading branch information
bugadani committed Oct 2, 2024
1 parent 0bc1074 commit 3ebd691
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hil-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ embedded-hal-async = "1.0.0"
embedded-hal-nb = { version = "1.0.0", optional = true }
esp-alloc = { path = "../esp-alloc", optional = true }
esp-backtrace = { path = "../esp-backtrace", default-features = false, features = ["exception-handler", "defmt", "semihosting"] }
esp-hal = { path = "../esp-hal", features = ["defmt", "digest"], optional = true }
esp-hal = { path = "../esp-hal", features = ["digest"], optional = true }
esp-hal-embassy = { path = "../esp-hal-embassy", optional = true }
portable-atomic = "1.7.0"
static_cell = { version = "2.1.0", features = ["nightly"] }
Expand Down Expand Up @@ -213,7 +213,7 @@ esp-metadata = { path = "../esp-metadata" }
[features]
default = ["embassy"]

defmt = ["dep:defmt-rtt", "embedded-test/defmt"]
defmt = ["dep:defmt-rtt", "esp-hal/defmt", "embedded-test/defmt"]

# Device support (required!):
esp32 = [
Expand Down

0 comments on commit 3ebd691

Please sign in to comment.