Skip to content

Commit 1bcddff

Browse files
committed
Dont bring in stm32-hrtim unless needed
1 parent 318f918 commit 1bcddff

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

0 commit comments

Comments
 (0)