bxcan: namechange "bxcan_v1" -> "can_bxcan"
This commit is contained in:
committed by
Dario Nieuwenhuis
parent
dc6b7f3cba
commit
191a589820
5
embassy-stm32/src/can/mod.rs
Normal file
5
embassy-stm32/src/can/mod.rs
Normal file
@@ -0,0 +1,5 @@
|
||||
#![macro_use]
|
||||
|
||||
#[cfg_attr(can_bxcan, path = "bxcan.rs")]
|
||||
mod _version;
|
||||
pub use _version::*;
|
||||
Reference in New Issue
Block a user