Skip to content

Commit 11350c5

Browse files
committed
Dont bring in stm32-hrtim unless needed
1 parent 66465c6 commit 11350c5

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
@@ -97,7 +97,7 @@ defmt = [
9797
"nb/defmt-0-3",
9898
"embedded-hal/defmt-03",
9999
"embedded-io/defmt-03",
100-
"stm32-hrtim/defmt"
100+
"stm32-hrtim?/defmt"
101101
]
102102
cordic = ["dep:fixed"]
103103
adc3 = []

0 commit comments

Comments
 (0)