Skip to content

Commit 5d09950

Browse files
committed
Dont bring in stm32-hrtim unless needed
1 parent c428088 commit 5d09950

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ defmt = [
106106
"embedded-hal/defmt-03",
107107
"embedded-io/defmt-03",
108108
"embedded-test/defmt",
109-
"stm32-hrtim/defmt"
109+
"stm32-hrtim?/defmt"
110110
]
111111
cordic = ["dep:fixed"]
112112
adc3 = []

0 commit comments

Comments
 (0)