Skip to content

Commit 58cda72

Browse files
committed
Fix testsuite defmt features
1 parent 67eab6d commit 58cda72

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

testsuite/Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -63,12 +63,12 @@ num-traits = { version = "0.2.14", default-features = false }
6363

6464
[features]
6565
# enable all defmt logging levels
66-
default = ["stm32f3xx-hal/stm32f303xc"]
66+
default = ["stm32f3xx-hal/stm32f303xc", "defmt-default"]
6767

6868
# do not modify these features
6969
defmt-default = ["defmt-info"]
70-
defmt-trace = ["stm32f3xx-hal/defmt-trace"]
71-
defmt-debug = ["stm32f3xx-hal/defmt-trace"]
72-
defmt-info = ["stm32f3xx-hal/defmt-trace"]
73-
defmt-warn = ["stm32f3xx-hal/defmt-trace"]
74-
defmt-error = ["stm32f3xx-hal/defmt-trace"]
70+
defmt-trace = []
71+
defmt-debug = []
72+
defmt-info = []
73+
defmt-warn = []
74+
defmt-error = []

0 commit comments

Comments
 (0)