Closed pdgilbert closed 2 years ago
It looks like there is a PR https://github.com/stm32-rs/stm32f0xx-hal/pull/137, but it hasn't been merged yet.
Going through old issues - looks like this one can be closed now with defmt 0.3 / bxcan 0.6 in #146; feel free to reopen if that did not resolve this.
Seems to be fixed. Thanks.
In code that uses multiple device crates I have started having
cargo update
problems because of the change in the dependencybxcan = "0.4"
(see https://github.com/stm32-rs/bxcan/issues/22#issue-848677821 and https://github.com/stm32-rs/stm32f7xx-hal/issues/114#issue-848734979). Can the dependency be more flexible, saybxcan = ">=0.4"
?