Skip to content

Commit

Permalink
Set defmt test logging default level to error
Browse files Browse the repository at this point in the history
  • Loading branch information
Sh3Rm4n committed Oct 20, 2021
1 parent c98bd10 commit 5b21d9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions testsuite/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,10 @@ num-traits = { version = "0.2.14", default-features = false }

[features]
# enable all defmt logging levels
default = ["stm32f3xx-hal/stm32f303xc"]
default = ["stm32f3xx-hal/stm32f303xc", "defmt-default"]

# do not modify these features
defmt-default = ["defmt-info"]
defmt-default = ["defmt-error"]
defmt-trace = ["stm32f3xx-hal/defmt-trace"]
defmt-debug = ["stm32f3xx-hal/defmt-trace"]
defmt-info = ["stm32f3xx-hal/defmt-trace"]
Expand Down

0 comments on commit 5b21d9d

Please sign in to comment.