stm32-rs / stm32f7xx-hal

A Rust embedded-hal HAL for all MCUs in the STM32 F7 family
Apache License 2.0
114 stars 65 forks source link

Bump bxcan #194

Closed andyblarblar closed 1 year ago

andyblarblar commented 1 year ago

Bxcan is on v0.6 here, v0.7 adds embedded-hal traits, which cannot be used with this crate since it is on v0.6.

This PR simply updates bxcan.

eldruin commented 1 year ago

Great, thanks! Could you fix the example? The API seems to have changed slightly.

andyblarblar commented 1 year ago

Great, thanks! Could you fix the example? The API seems to have changed slightly.

Yep, forgot about that. It should be all fine now.