7 lines
134 B
Rust
Raw Normal View History

#![macro_use]
#[cfg_attr(can_bxcan, path = "bxcan.rs")]
2023-07-22 11:50:30 -05:00
#[cfg_attr(can_fdcan, path = "fdcan.rs")]
mod _version;
pub use _version::*;