Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(example/ch32v208): remove defmt feature
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