David-OConnor / stm32-hal

This library provides access to STM32 peripherals in Rust.
MIT License
166 stars 44 forks source link

fix bxcan compile issues #86

Closed gworkman closed 1 year ago

gworkman commented 1 year ago

fix feature flags as mentioned in #85.

Review needed for the configuration for the MCUs targeted for the NUM_FILTER_BANKS option. l4 family is 14

David-OConnor commented 1 year ago

Good stuff!