1 2 3 4 5 6
#![macro_use] #[cfg_attr(can_bxcan, path = "bxcan.rs")] #[cfg_attr(can_fdcan, path = "fdcan.rs")] mod _version; pub use _version::*;