Skip to content

Commit

Permalink
fix(example/ch32v208): remove defmt feature
Browse files Browse the repository at this point in the history
This patch removes the defmt feature from ch32-hal in the example.
- Using defmt requires that special linker script setup, and it is not
present
- I also don't believe that these simple examples should depend on defmt
anyways, especially that we can't do defmt over rtt currently.
  • Loading branch information
Codetector1374 authored and andelf committed Oct 29, 2024
1 parent 1adfe02 commit c81d2db
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/ch32v208/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ edition = "2021"
[dependencies]
ch32-hal = { path = "../../", features = [
"ch32v208wbu6",
"defmt",
"embassy",
"rt",
], default-features = false }
Expand Down

0 comments on commit c81d2db

Please sign in to comment.