Skip to content

Commit d13db0c

Browse files
authored
Merge pull request #500 from dne/defmt-deps
Optionally enable defmt feature for fugit and smoltcp
2 parents 2857ddc + 72f8525 commit d13db0c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,8 @@ gpio-h72 = []
9797
gpio-h747 = []
9898
gpio-h7a2 = []
9999

100+
defmt = ["dep:defmt", "fugit/defmt", "smoltcp?/defmt"]
101+
100102
dsi = ["embedded-display-controller"]
101103
cm4 = []
102104
cm7 = []

0 commit comments

Comments
 (0)